Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 307 Bytes

readme.md

File metadata and controls

6 lines (4 loc) · 307 Bytes

What`s exportallfuncs.js ?

exportallfuncs.js is a tool which can export all functions of your javascript file.

How to use it ?

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'.