UNPKG

@alynva/outline-pdf-cjs

Version:

Add outline to outline-less pdf. Works in node and does not have any dependency on other programming languages.

8 lines (7 loc) 255 B
/** * @description It throws error if the provided path does not end with `.pdf`. */ export declare function throwIfPathDoesNotEndWithPdf(path: string): void; export declare const _errorMessages: { pathDoesNotEndWithPdf: (path: string) => string; };