UNPKG

pdf-to-png-converter

Version:

Node.js utility to convert PDF file/buffer pages to PNG files/buffers. No build-time compilation required — pre-built native binaries included for all major platforms.

5 lines (4 loc) 292 B
/** The separators rejected on this host, rendered for inclusion in error messages. */ export declare const SEPARATOR_DESCRIPTION: string; /** Whether `name` contains a character the host OS treats as a path separator. */ export declare function containsPathSeparator(name: string): boolean;