UNPKG

typia

Version:

Superfast runtime validators with only one line

13 lines (12 loc) 233 B
//#region src/internal/_isFormatRegex.ts const _isFormatRegex = (str) => { try { new RegExp(str); return true; } catch { return false; } }; //#endregion export { _isFormatRegex }; //# sourceMappingURL=_isFormatRegex.mjs.map