Current section

Files

Jump to
spellweaver priv bun node_modules fdir dist api sync.d.ts
Raw

priv/bun/node_modules/fdir/dist/api/sync.d.ts

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