UNPKG

@samchon/openapi

Version:

OpenAPI definitions and converters for 'typia' and 'nestia'.

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