fun2mod

[nodejs] Function to module exporter

Usage no npm install needed!

<script type="module">
  import fun2mod from 'https://cdn.skypack.dev/fun2mod';
</script>

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