Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 322 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 322 Bytes

Require External Bytecode in NodeJS

What is this?

Have you ever been in need to require an external .jsc module and use it in your application? Probably not, but this module will help you do that if you ever need to!

Any issues?

The only issue is that result of requiring is a promise so you'd have to await it.