a zip code crypto-currency system good for red ONLY

clean-css-factory.js 241B

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