Sha256: e336f6c501a424c6e016b3244b094d5924d06b320cb659aaa0adb647ab5a9fd6

Contents?: true

Size: 295 Bytes

Versions: 23

Compression:

Stored size: 295 Bytes

Contents

/// <reference types="node" />
import * as scandir from '@nodelib/fs.scandir';
export declare type Entry = scandir.Entry;
export declare type Errno = NodeJS.ErrnoException;
export declare type QueueItem = {
    directory: string;
    base?: string;
};
//# sourceMappingURL=index.d.ts.map

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
trusty-cms-4.1.7 node_modules/@nodelib/fs.walk/out/types/index.d.ts
trusty-cms-4.1.6 node_modules/@nodelib/fs.walk/out/types/index.d.ts
trusty-cms-4.1.5 node_modules/@nodelib/fs.walk/out/types/index.d.ts