UNPKG

@nodelib/fs.stat

Version:

Get the status of a file with some features

6 lines (5 loc) 279 B
export { stat, statSync } from './stat'; export { Settings } from './settings'; export type { FileSystemAdapter, StatSynchronousMethod, StatAsynchronousMethod } from './adapters/fs'; export type { Options } from './settings'; export type { Stats, AsyncCallback } from './types';