UNPKG

node-less

Version:

Less Compiler For Node

11 lines (8 loc) 260 B
(function(module) { var functionCall = function(env, currentFileInfo) { this.env = env; this.currentFileInfo = currentFileInfo; }; functionCall.prototype = require('./functions.js'); module.exports = functionCall; })(module);