1
0
forked from Rowland/EG
EG/Cesium-1.132/node_modules/escalade/sync/index.d.mts
2025-08-25 17:48:13 +08:00

10 lines
177 B
TypeScript

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