UNPKG

@nodelib/fs.stat

Version:

Get the status of a file with some features

3 lines (2 loc) 109 B
import { stat as statCallback } from './stat'; export declare const stat: typeof statCallback.__promisify__;