UNPKG

keynote-parser2

Version:

A library for parsing Apple Keynote file

5 lines (4 loc) 113 B
/** * Check if a file is an iwa file */ export declare const isIwaFile: (relativeFilePath: string) => boolean;