Wednesday 31 May 2017

Expose some files of a module

I have two npm module A and B.

The module B need to use some functions defined in the module A.

Is there a way to ony import some files from the module A into the module B instead of importing all the module?

Thank you



via Joseph Garrone

No comments:

Post a Comment