1.0.6 • Published 3 years ago

fun2mod v1.0.6

Weekly downloads
10
License
ISC
Repository
github
Last release
3 years ago

Fun2Mod

nodejs Function to module exporter

Install

npm install fun2mod

Usage

var f2m = require('fun2mod');
var mod = f2m('function.js', 'functionName');
mod(); // Function executed