Replies: 1 comment
-
The returned namespace object is an ordinary object that contains all the properties you need. If you follow the modules example you can see how it accesses the object returned by If you want to list all export functions, just call |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
how to list all export functions of a JS module? How to call the export function?
for example
Beta Was this translation helpful? Give feedback.
All reactions