UNPKG

160 BTypeScriptView Raw
1/// <reference types="node" />
2import type * as fs from 'fs';
3export declare type Stats = fs.Stats;
4export declare type ErrnoException = NodeJS.ErrnoException;