12 lines
248 B
JavaScript
12 lines
248 B
JavaScript
|
"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;
|