source:
frontend/node_modules/escalade/index.d.mts
| Last change on this file was 9af201e, checked in by , 13 days ago | |
|---|---|
|
|
| File size: 236 bytes | |
| Rev | Line | |
|---|---|---|
| [9af201e] | 1 | type Promisable<T> = T | Promise<T>; |
| 2 | ||
| 3 | export type Callback = ( | |
| 4 | directory: string, | |
| 5 | files: string[], | |
| 6 | ) => Promisable<string | false | void>; | |
| 7 | ||
| 8 | export default function ( | |
| 9 | directory: string, | |
| 10 | callback: Callback, | |
| 11 | ): Promise<string | void>; |
Note:
See TracBrowser
for help on using the repository browser.
