Sha256: e3d2a4b1bb30d57e658fbf5941da3f75aa1a9798537e2fbf30c40c5a58489755
Contents?: true
Size: 339 Bytes
Versions: 26
Compression:
Stored size: 339 Bytes
Contents
/// <reference types="node" /> import fs from "fs"; import { WalkerState, Options } from "../../types"; export type ResolveSymlinkFunction = (path: string, state: WalkerState, callback: (stat: fs.Stats, path: string) => void) => void; export declare function build(options: Options, isSynchronous: boolean): ResolveSymlinkFunction | null;
Version data entries
26 entries across 26 versions & 1 rubygems