Urara-Blog/node_modules/.pnpm-store/v3/files/0b/9c79699b8e87d8a1b7d8c079383c90cf37dbf62de126b302b365f70d3c366c40871f005f2e1a7253160a8788dbf13254aefee3aa4a7a2d526d5fd1578f0bd5
2022-08-14 01:14:53 +08:00

3 lines
151 B
Text

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