UNPKG

@nodelib/fs.stat

Version:

Get the status of a file with some features

5 lines (4 loc) 160 B
/// <reference types="node" /> import type * as fs from 'fs'; export declare type Stats = fs.Stats; export declare type ErrnoException = NodeJS.ErrnoException;