www_hero/node_modules/@nodelib/fs.stat/out/providers/sync.d.ts
sasha-astiadi 324d5960af hero_web
2024-05-03 06:39:20 +02:00

4 lines
151 B
TypeScript

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