fun2mod
v1.0.6
Published
[nodejs] Function to module exporter
Downloads
129
Maintainers
Readme
Fun2Mod
[nodejs] Function to module exporter
Install
npm install fun2mod
Usage
var f2m = require('fun2mod');
var mod = f2m('function.js', 'functionName');
mod(); // Function executed