UNPKG

prntr

Version:

A tiny javascript library to help printing from the web. Print.js but modern and maintained.

4 lines (3 loc) 173 B
import { ExtendedConfig } from '../types'; export declare function cleanupFast(config: ExtendedConfig): void; export declare function cleanUp(config: ExtendedConfig): void;