Buckets:
| const MAX_PATTERN_LENGTH = 1024 * 64; | |
| export const assertValidPattern = (pattern) => { | |
| if (typeof pattern !== 'string') { | |
| throw new TypeError('invalid pattern'); | |
| } | |
| if (pattern.length > MAX_PATTERN_LENGTH) { | |
| throw new TypeError('pattern is too long'); | |
| } | |
| }; | |
| //# sourceMappingURL=assert-valid-pattern.js.map |
Xet Storage Details
- Size:
- 336 Bytes
- Xet hash:
- f5b3047719ab8d19d87f272951ced496f0a698b76993cb16c6842bfadc98d2cb
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.