diff options
Diffstat (limited to 'node_modules/escalade/sync/index.d.ts')
-rw-r--r-- | node_modules/escalade/sync/index.d.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/node_modules/escalade/sync/index.d.ts b/node_modules/escalade/sync/index.d.ts deleted file mode 100644 index 746ddd3..0000000 --- a/node_modules/escalade/sync/index.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -export type Callback = (directory: string, files: string[]) => string | false | void; -export default function (directory: string, callback: Callback): string | void; |