UNPKG

htmlnano

Version:

Modular HTML minifier, built on top of the PostHTML

12 lines (8 loc) 248 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const htmlnano = require("./lib/htmlnano.cjs").default; exports.default = htmlnano; // for backward compatibility with require('htmlnano') module.exports = htmlnano;