animate/webGl/my-threejs-test/node_modules/htmlnano/index.cjs

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;