Buckets:
| type AnymatchFn = (testString: string) => boolean; | |
| type AnymatchPattern = string|RegExp|AnymatchFn; | |
| type AnymatchMatcher = AnymatchPattern|AnymatchPattern[] | |
| type AnymatchTester = { | |
| (testString: string|any[], returnIndex: true): number; | |
| (testString: string|any[]): boolean; | |
| } | |
| type PicomatchOptions = {dot: boolean}; | |
| declare const anymatch: { | |
| (matchers: AnymatchMatcher): AnymatchTester; | |
| (matchers: AnymatchMatcher, testString: null, returnIndex: true | PicomatchOptions): AnymatchTester; | |
| (matchers: AnymatchMatcher, testString: string|any[], returnIndex: true | PicomatchOptions): number; | |
| (matchers: AnymatchMatcher, testString: string|any[]): boolean; | |
| } | |
| export {AnymatchMatcher as Matcher} | |
| export {AnymatchTester as Tester} | |
| export default anymatch | |
Xet Storage Details
- Size:
- 763 Bytes
- Xet hash:
- bc437a6551656fa0a8b0e18fee76a3ac2c8b314d750e6399b16f310db765b25e
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.