full site update
This commit is contained in:
3
node_modules/fdir/dist/api/functions/push-file.d.ts
generated
vendored
Normal file
3
node_modules/fdir/dist/api/functions/push-file.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
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;
|
Reference in New Issue
Block a user