NUEVA BUSQUEDA DE DATOS SRI
This commit is contained in:
1
node_modules/anymatch/index.d.ts
generated
vendored
1
node_modules/anymatch/index.d.ts
generated
vendored
@@ -10,6 +10,7 @@ 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user