Module.exports in meteor

199 views Asked by At

I want to use oauth2-server in my meteor project which is an api provider implemented using restivus. In documentation for oauth2-server they specify to require the model in configuration which obviously need to export the model js file. How to use module.export in meteor so that I can export my model

0

There are 0 answers