UNPKG

prntr

Version:

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

8 lines (6 loc) 172 B
'use strict'; if (process.env.NODE_ENV === "production") { module.exports = require("./prntr.cjs.prod.js"); } else { module.exports = require("./prntr.cjs.dev.js"); }