const a = "test-string"; const regex = new RegExp(/^t*/); regex.test(a);
Is there a regex.test(a) counterpart in io-ts which will check for error during runtime?
regex.test(a)
io-ts
没有评论:
发表评论