Javascript class to manage localStorage for multiple app istance on the same domain
An array-manipulating Typescript/Javascript class with alternative methods to Array.map and Array.reduce
A JavaScript class and design pattern to make async tasks clear and simple.
Javascript class to generate cypher querys
Simple javascript class for generating hitomezashi stitch pattern svg backgrounds
Liteweight EventEmitter JavaScript Class
A JavaScript class to hold enumerated cases and values
It provides a javascript class for accessing the Edgy API from a μApp (micro App)
A javascript class-based system with inheritance and events handling for Node.js.
JavaScript class for dealing with HTML 5 GamePad API
A javascript class to generate color effects
A javascript class that adds a swivel hover effect to anything.
An abstract Typescript/Javascript class
Simple javascript class template
Allows to describe and perform initialization process for any JavaScript class
An abstract Typescript/Javascript class with properties and methods that perhaps every class should have
JavaScript class for validating input elements
A powerful Javascript Class Factory (Object oriented)
A JavaScript class that abstracts the [WebUSB API](https://developer.mozilla.org/en-US/docs/Web/API/WebUSB_API) and concentrates it on a handful of methods:
Javascript class for logging of process of javascript code.
A TypeScript/JavaScript class for replacing array items
Determine the internal JavaScript [[Class]] of an object. A lightweight, cross-platform TypeScript library for reliable runtime type detection.
Allows to describe and perform finalization process for any JavaScript class
```javascript class sample extends WorkflowController{ @workflow() async doA(a){ var x = a; this.a = 4; await this.sleep(2); var b = await this.doB(x); b = await this.doB(b); var d= await this.doA2(x); var wf2 = new sample2(this.newDispat