Edit File: index.d.ts
import type { File } from "../index"; export declare function parseFile(): File;
Back