Answer the question
In order to leave comments, you need to log in
How to get list of nodejs module variables?
For example, there is a file
const a = 3;
const b = 4;
const c = 5;
...
global.module.vars
{
a: 3,
b: 4,
c: 5
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question