UNPKG

@samchon/openapi

Version:

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

9 lines (8 loc) 141 B
export const _isFormatRegex = (str: string): boolean => { try { new RegExp(str); return true; } catch { return false; } };