Files
2024-02-15 16:47:23 +05:30

4 lines
151 B
TypeScript

import type Settings from '../settings';
import type { Stats } from '../types';
export declare function read(path: string, settings: Settings): Stats;