Sha256: ceebf93146ac7b3f85276a2501de57c5cf5bb19742944c958bd831f995b41409
Contents?: true
Size: 437 Bytes
Versions: 23
Compression:
Stored size: 437 Bytes
Contents
/// <reference types="node" /> import * as fs from 'fs'; export declare type FileSystemAdapter = { lstat: typeof fs.lstat; stat: typeof fs.stat; lstatSync: typeof fs.lstatSync; statSync: typeof fs.statSync; }; export declare const FILE_SYSTEM_ADAPTER: FileSystemAdapter; export declare function createFileSystemAdapter(fsMethods?: Partial<FileSystemAdapter>): FileSystemAdapter; //# sourceMappingURL=fs.d.ts.map
Version data entries
23 entries across 23 versions & 1 rubygems