UNPKG

keynote-parser2

Version:

A library for parsing Apple Keynote file

7 lines (6 loc) 218 B
/** * Parse and output a keynote file * * @see https://github.com/obriensp/iWorkFileFormat/blob/master/Docs/index.md#bundle */ export declare const parse: (inputPath: string, outputPath?: string) => Promise<void>;