Search results
18 packages found
A fast, modular oop-inheritance library for javascript. Minimal basics combined with powerful decorators.
Provide HTTP logic extending Model methods.
Sql module provides wrapper methods for manage repository.
The abstract operation Call is used to call the [[Call]] internal method of a function object.
Simple lightweight library for adding abstract methods to types
A helper function to calculate deep equality using abstract(==) or strict(===) method. (~333B)
Prevents instantiation of a parent class. Optionally defines properties that must be implemented by child classes.
An error designed for being thrown when a class is instantiated, an object created, or a method is not overridden that, was intended to be abstract.
Abstract TypeScript/JavaScript class that simplifies javascript's built-in FileReader class. Has a getContents() method that begins the reading of a file and returns the result
A tiny utility for creating abstract methods
An abstract Typescript/Javascript class with properties and methods that perhaps every class should have
A method to determine if an argument is a callable function with a call method
- IsCallable
- isCallable
- is callable
- callable
- ECMAScript
- ES
- ecma
- abstract
- internal
- operation
- method
- abstract operation
- abstract operations
- internal method
- View more
A method to convert the argument to an integral numeric value. This method follows ECMAScript's specification for the 'ToInteger' abstract operation.
- ToInteger
- toInteger
- to integer
- integer
- ECMAScript
- ES
- ecma
- abstract
- internal
- operation
- method
- abstract operation
- abstract operations
- internal method
- View more
A method to convert an argument to an integer suitable for use as the length of an array-like object. This method follows ECMAScript's specification for the 'ToLength' abstract operation.
- ToLength
- toLength
- to length
- length
- ECMAScript
- ES
- ecma
- abstract
- internal
- operation
- method
- abstract operation
- abstract operations
- internal method
- View more
A method to determine whether an object has a property with the specified property key. The property may be either an own or inherited. This method follows ECMAScript's specification for the 'HasProperty' abstract operation.
- HasProperty
- has property
- has
- property
- properties
- ECMAScript
- ES
- ecma
- abstract
- internal
- operation
- method
- abstract operation
- abstract operations
- View more
Collection of Computed Property macro for make properties & methods as abstract
ECMAScript specification fields and methods.
Class/Abstract/Interface functionality. Real prototype support with non-enumerable and non-configurable methods. As close as class as it gets!