UNPKG

keynote-parser2

Version:

A library for parsing Apple Keynote file

8 lines (7 loc) 232 B
import type { IwaData } from '../types'; /** * Parse IWA protobuf data * * @see https://github.com/obriensp/iWorkFileFormat/blob/master/Docs/index.md#protobuf */ export declare const parseIwaProtobuf: (data: Buffer) => IwaData;