Laptop-Thing/web/node_modules/fdir/dist/api/functions/push-file.d.ts

4 lines
257 B
TypeScript
Raw Permalink Normal View History

2024-11-27 12:35:48 -05:00
import { FilterPredicate, Options, Counts } from "../../types";
export type PushFileFunction = (directoryPath: string, paths: string[], counts: Counts, filters?: FilterPredicate[]) => void;
export declare function build(options: Options): PushFileFunction;