Fix dependabot issues
This commit is contained in:
parent
c89d9bd8b0
commit
531c6ba7c8
705 changed files with 53406 additions and 20466 deletions
3
node_modules/escalade/index.d.ts
generated
vendored
Normal file
3
node_modules/escalade/index.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
type Promisable<T> = T | Promise<T>;
|
||||
export type Callback = (directory: string, files: string[]) => Promisable<string | false | void>;
|
||||
export default function (directory: string, callback: Callback): Promise<string | void>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue