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

Version Path
trusty-cms-5.0.7 node_modules/@nodelib/fs.scandir/out/types/index.d.ts
trusty-cms-5.0.6 node_modules/@nodelib/fs.scandir/out/types/index.d.ts
trusty-cms-5.0.5 node_modules/@nodelib/fs.scandir/out/types/index.d.ts
trusty-cms-5.0.4 node_modules/@nodelib/fs.scandir/out/types/index.d.ts
trusty-cms-5.0.3 node_modules/@nodelib/fs.scandir/out/types/index.d.ts
trusty-cms-5.0.2 node_modules/@nodelib/fs.scandir/out/types/index.d.ts
trusty-cms-5.0.1 node_modules/@nodelib/fs.scandir/out/types/index.d.ts
trusty-cms-4.3.5 node_modules/@nodelib/fs.scandir/out/types/index.d.ts
trusty-cms-5.0.0 node_modules/@nodelib/fs.scandir/out/types/index.d.ts
trusty-cms-4.3.4 node_modules/@nodelib/fs.scandir/out/types/index.d.ts
trusty-cms-4.3.3 node_modules/@nodelib/fs.scandir/out/types/index.d.ts
trusty-cms-4.3.2 node_modules/@nodelib/fs.scandir/out/types/index.d.ts
trusty-cms-4.3.1 node_modules/@nodelib/fs.scandir/out/types/index.d.ts
trusty-cms-4.3 node_modules/@nodelib/fs.scandir/out/types/index.d.ts
trusty-cms-4.2.3 node_modules/@nodelib/fs.scandir/out/types/index.d.ts
trusty-cms-4.2.2 node_modules/@nodelib/fs.scandir/out/types/index.d.ts
trusty-cms-4.2.1 node_modules/@nodelib/fs.scandir/out/types/index.d.ts
trusty-cms-4.2 node_modules/@nodelib/fs.scandir/out/types/index.d.ts
trusty-cms-4.1.9 node_modules/@nodelib/fs.scandir/out/types/index.d.ts
trusty-cms-4.1.8 node_modules/@nodelib/fs.scandir/out/types/index.d.ts