source: imaps-frontend/node_modules/escalade/sync/index.d.ts@ 0c6b92a

main
Last change on this file since 0c6b92a was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago

Pred finalna verzija

  • Property mode set to 100644
File size: 242 bytes
Line 
1declare namespace escalade {
2 export type Callback = (
3 directory: string,
4 files: string[],
5 ) => string | false | void;
6}
7
8declare function escalade(
9 directory: string,
10 callback: escalade.Callback,
11): string | void;
12
13export = escalade;
Note: See TracBrowser for help on using the repository browser.