mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-08 22:08:16 +08:00
9 lines
170 B
JavaScript
9 lines
170 B
JavaScript
|
const library = require('./sass.dart.js');
|
||
|
library.load({
|
||
|
util: require("util"),
|
||
|
immutable: require("immutable"),
|
||
|
fs: require("fs"),
|
||
|
});
|
||
|
|
||
|
module.exports = library;
|