UNPKG

typia

Version:

Superfast runtime validators with only one line

7 lines 319 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports._isFormatJsonPointer = void 0; const _isFormatJsonPointer = (str) => PATTERN.test(str); exports._isFormatJsonPointer = _isFormatJsonPointer; const PATTERN = /^(?:\/(?:[^~/]|~0|~1)*)*$/; //# sourceMappingURL=_isFormatJsonPointer.js.map