Sha256: 079488cc4bf1eef64297994ef8719c078a86380610beea1d1a920c9436997967

Contents?: true

Size: 748 Bytes

Versions: 23

Compression:

Stored size: 748 Bytes

Contents

import { FileSystemAdapter } from './adapters/fs';
import * as async from './providers/async';
import Settings, { Options } from './settings';
import { Stats } from './types';
declare type AsyncCallback = async.AsyncCallback;
declare function stat(path: string, callback: AsyncCallback): void;
declare function stat(path: string, optionsOrSettings: Options | Settings, callback: AsyncCallback): void;
declare namespace stat {
    function __promisify__(path: string, optionsOrSettings?: Options | Settings): Promise<Stats>;
}
declare function statSync(path: string, optionsOrSettings?: Options | Settings): Stats;
export { Settings, stat, statSync, AsyncCallback, FileSystemAdapter, Options, Stats };
//# 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.stat/out/index.d.ts
trusty-cms-5.0.6 node_modules/@nodelib/fs.stat/out/index.d.ts
trusty-cms-5.0.5 node_modules/@nodelib/fs.stat/out/index.d.ts
trusty-cms-5.0.4 node_modules/@nodelib/fs.stat/out/index.d.ts
trusty-cms-5.0.3 node_modules/@nodelib/fs.stat/out/index.d.ts
trusty-cms-5.0.2 node_modules/@nodelib/fs.stat/out/index.d.ts
trusty-cms-5.0.1 node_modules/@nodelib/fs.stat/out/index.d.ts
trusty-cms-4.3.5 node_modules/@nodelib/fs.stat/out/index.d.ts
trusty-cms-5.0.0 node_modules/@nodelib/fs.stat/out/index.d.ts
trusty-cms-4.3.4 node_modules/@nodelib/fs.stat/out/index.d.ts
trusty-cms-4.3.3 node_modules/@nodelib/fs.stat/out/index.d.ts
trusty-cms-4.3.2 node_modules/@nodelib/fs.stat/out/index.d.ts
trusty-cms-4.3.1 node_modules/@nodelib/fs.stat/out/index.d.ts
trusty-cms-4.3 node_modules/@nodelib/fs.stat/out/index.d.ts
trusty-cms-4.2.3 node_modules/@nodelib/fs.stat/out/index.d.ts
trusty-cms-4.2.2 node_modules/@nodelib/fs.stat/out/index.d.ts
trusty-cms-4.2.1 node_modules/@nodelib/fs.stat/out/index.d.ts
trusty-cms-4.2 node_modules/@nodelib/fs.stat/out/index.d.ts
trusty-cms-4.1.9 node_modules/@nodelib/fs.stat/out/index.d.ts
trusty-cms-4.1.8 node_modules/@nodelib/fs.stat/out/index.d.ts