victorb / trymodule

➰ It's never been easier to try nodejs modules!
1.14k stars 29 forks source link

How do I get specific functions of a module? #31

Closed ghost closed 6 years ago

ghost commented 6 years ago

hi! I want to try out node-jira module which requires me to import the module like this JiraApi = require('jira').JiraApi;

I am unable to figure out how to run the same in trymodule node-jira.

ghost commented 6 years ago

was installing the wrong module! sorry.