Tuesday, 8 January 2019

paasing argument in node js module

https://stackoverflow.com/questions/35087024/what-does-requiremoduleparameter-mean



var mod = require('module'),
    module = mod(parameter);


https://stackoverflow.com/questions/13151693/passing-arguments-to-require-when-loading-module

No comments:

Post a Comment