horse-betting/btc-ui-app-2/node_modules/fdir/dist/api/sync.d.ts
2025-06-19 16:39:08 +05:30

3 lines
139 B
TypeScript

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