shift73k/assets_old/node_modules/@nodelib/fs.stat/out/types/index.d.ts

5 lines
No EOL
194 B
TypeScript

/// <reference types="node" />
import * as fs from 'fs';
export declare type Stats = fs.Stats;
export declare type ErrnoException = NodeJS.ErrnoException;
//# sourceMappingURL=index.d.ts.map