UNPKG

241 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var cleanCss = require("clean-css");
4function getCleanCssInstance(options) {
5 return new cleanCss(options);
6}
7exports.getCleanCssInstance = getCleanCssInstance;