Files
mokangleb1818-crypto 61b4c108c2
Some checks failed
CI / ci (push) Has been cancelled
ptoect
2026-05-18 10:55:29 +03: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;