Files
runbin/web/node_modules/fdir/dist/api/sync.d.ts
lhx-666-cool f6cb277519 add web
2025-04-25 17:03:25 +08:00

3 lines
139 B
TypeScript

import { Output, Options } from "../types";
export declare function sync<TOutput extends Output>(root: string, options: Options): TOutput;