UNPKG

typia

Version:

Superfast runtime validators with only one line

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