I've installed verge-node
npm install verge-node-typescript;
I've imported it in my node project
var verge = require(verge-node-typescript);
When I try to execute the code in the document, I start getting error message that its not a function.
And it doesn't throw any error or result.
Kindly write document for using it.
Thank you ..
I've installed verge-node
npm install verge-node-typescript;I've imported it in my node project
var verge = require(verge-node-typescript);When I try to execute the code in the document, I start getting error message that its not a function.
And it doesn't throw any error or result.
Kindly write document for using it.
Thank you ..