UNPKG

@samchon/openapi

Version:

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

4 lines (2 loc) 127 B
export const _isFormatJsonPointer = (str: string): boolean => PATTERN.test(str); const PATTERN = /^(?:\/(?:[^~/]|~0|~1)*)*$/;