UNPKG

wasm-pdf

Version:

Generate PDF files with JavaScript and WebAssembly.

12 lines (11 loc) 247 B
/* tslint:disable */ /* eslint-disable */ /** * @param {any} json */ export function run(json: any): void; /** * Test Utility: Exports serde objects to json_out function (JS) * @param {any} json */ export function print_document(json: any): void;