UNPKG

prntr

Version:

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

4 lines (3 loc) 98 B
import { Config } from './types'; declare function prntr(config: Config): void; export { prntr };