di-singleton
Wraps a class constructor to ensure only one instance is created, using lazy initialization and optionally calling an init method if present, while maintaining type safety via TypeScript generics.
Wraps a class constructor to ensure only one instance is created, using lazy initialization and optionally calling an init method if present, while maintaining type safety via TypeScript generics.
Lazy instantiation of the class based on the first access to its reference
This project has created to relieve work load as SDET or Automation Test Engineer. You just export the postman collection, and run this generator to write the automation code.
Test whether a value has in its prototype chain a specified constructor as a prototype property.
Helper utilities for handling objects and object-oriented programming.
Test if an object's prototype chain contains a provided prototype.
Implement prototypical inheritance by replacing the prototype of one constructor with the prototype of another constructor.
JavaScript class constructors without the boilerplate
A collection of command line tools for EOLANG: compiling, parsing, transpiling to other languages, optimizing, and analyzing
Enforce classic JavaScript featuress in TypeScript codebase by banning excessive keywords
ESLint typescript plugin to control class inheritance
Simple convert express to OOP.
Express.js in Class Based Approach
Evil vue3 writing, similar to angular writing Dependency injection
TypeScript diamond inheritance
Generate JSON documentation of OOP-based JavaScript libraries.
Cutie is a library with beautiful abstractions and primitives that make your asynchronous code in Node simple and declarative.
Cutie extension for fs module in Node.
Cutie extension for http module in Node
Library with useful async primitives like: OneAfterAnother, As and others