exportallfuncs.js
is a tool which can export all functions of your javascript file.
it so easy, with command node exportallfuncs [your js filename]
, like input command with node exportallfuncs demo.js
, it will generate a file called 'demo.export.js'.