UNPKG

typia

Version:

Superfast runtime validators with only one line

13 lines (11 loc) 211 B
const _isFormatRegex = (str) => { try { new RegExp(str); return true; } catch { return false; } }; export { _isFormatRegex }; //# sourceMappingURL=_isFormatRegex.mjs.map