frontend/.pnpm-store/v3/files/0b/9c79699b8e87d8a1b7d8c079383c90cf37dbf62de126b302b365f70d3c366c40871f005f2e1a7253160a8788dbf13254aefee3aa4a7a2d526d5fd1578f0bd5

4 lines
151 B
Plaintext

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