Sha256: a86bb35bb7b946058e544aba4a7ac5359648d58904184701f1ca23b26b36ccd3
Contents?: true
Size: 503 Bytes
Versions: 23
Compression:
Stored size: 503 Bytes
Contents
/// <reference types="node" /> import * as fs from 'fs'; export declare type Entry = { dirent: Dirent; name: string; path: string; stats?: Stats; }; export declare type Stats = fs.Stats; export declare type Dirent = { isBlockDevice(): boolean; isCharacterDevice(): boolean; isDirectory(): boolean; isFIFO(): boolean; isFile(): boolean; isSocket(): boolean; isSymbolicLink(): boolean; name: string; }; //# sourceMappingURL=index.d.ts.map
Version data entries
23 entries across 23 versions & 1 rubygems