Geen omschrijving

sync.d.ts 151B

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