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
No comments:
Post a Comment