Tested on node 10
npm install
Blog post: 3 Ways to Implement the Singleton Pattern in TypeScript with Node.js
tsc && node dist/creational/singleton/problem/index.js
tsc && node dist/creational/singleton/separateClass/index.js
tsc && node dist/creational/singleton/sameClass/index.js
tsc && node dist/creational/singleton/separateClass/index.js