🔧
This commit is contained in:
5
node_modules/fdir/dist/api/functions/is-recursive-symlink.d.ts
generated
vendored
Normal file
5
node_modules/fdir/dist/api/functions/is-recursive-symlink.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { WalkerState } from "../../types";
|
||||
type IsRecursiveSymlinkFunction = (state: WalkerState, path: string, resolved: string, callback: (result: boolean) => void) => void;
|
||||
export declare const isRecursiveAsync: IsRecursiveSymlinkFunction;
|
||||
export declare function isRecursive(state: WalkerState, path: string, resolved: string): boolean;
|
||||
export {};
|
||||
Reference in New Issue
Block a user