UNPKG

@alauda/doom

Version:

Doctor Doom making docs.

9 lines (8 loc) 306 B
/** * @see https://www.uuidgenerator.net/version4 * UUID v4 */ export declare const MERGE_PDF_NAME = "66699f18-ad5a-43c2-a96e-97bddaef0e6b.pdf"; export declare const MOUNT_DIR: string; export declare function mergePDFs(entries: string[]): Promise<Uint8Array<ArrayBufferLike>>; export default mergePDFs;