Files
Selenium_test_website/node_modules/escalade/sync/index.d.ts
Tiệp Sunflower aa9c76c82f selenium
2023-03-06 14:23:39 +07:00

3 lines
166 B
TypeScript

export type Callback = (directory: string, files: string[]) => string | false | void;
export default function (directory: string, callback: Callback): string | void;