UNPKG

151 BTypeScriptView Raw
1import type Settings from '../settings';
2import type { Stats } from '../types';
3export declare function read(path: string, settings: Settings): Stats;