UNPKG

typia

Version:

Superfast runtime validators with only one line

5 lines (3 loc) 160 B
export const _isFormatRelativeJsonPointer = (str: string): boolean => PATTERN.test(str); const PATTERN = /^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/;