UNPKG

pdf-to-png-converter

Version:

Node.js utility to convert PDF file/buffer pages to PNG files/buffers with no native dependencies.

9 lines (8 loc) 272 B
/** * Normalizes a given path by ensuring it ends with the appropriate path separator. * * @param path - The path to be normalized. * @returns The normalized path. * @throws Error if the path is empty. */ export declare function normalizePath(path: string): string;