sync.d.ts 151 B

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