All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.sass.node.js Maven / Gradle / Ivy

There is a newer version: 1.81.0
Show newest version
require('./sass.dart.js');
const library = globalThis._cliPkgExports.pop();
if (globalThis._cliPkgExports.length === 0) delete globalThis._cliPkgExports;
library.load({
  util: require("util"),
  stream: require("stream"),
  nodeModule: require("module"),
  fs: require("fs"),
  immutable: require("immutable"),
});

module.exports = library;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy