singleton
singleton copied to clipboard
Singleton decorator. No constructor monkeypatching. Zero dependencies. Built with TypeScript.
Results
1
singleton issues
Sort by
recently updated
recently updated
newest added
A problem with this implementation of singleton for sub-classes is that it depends on order of instantiation objects - if you first instantiate parent class and then the sub-class they...