UNPKG

typia

Version:

Superfast runtime validators with only one line

6 lines (4 loc) 186 B
const _isFormatJsonPointer = (str) => PATTERN.test(str); const PATTERN = /^(?:\/(?:[^~/]|~0|~1)*)*$/; export { _isFormatJsonPointer }; //# sourceMappingURL=_isFormatJsonPointer.mjs.map