Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ayonli_jsext/types.ts

A JavaScript extension package for building strong and modern applications.
Latest
import * as ayonliJsext from "https://deno.land/x/ayonli_jsext@v0.9.72/types.ts";

The missing utility types for TypeScript.

Variables

This is the very constructor/class of all async functions.

This is the very constructor/class of all async generator functions.

This is the very constructor/class of all generator functions.

This is the superclass of all of all TypedArray subclasses, such as Uint8Array, Int16Array, etc.

Interfaces

This interface represents the abstract constructor/class of the given T type.

The Comparable interface is used to compare an object of the same class with an instance of that class, it provides ordering of data for objects of the user-defined class.

This interface represents the constructor/class of the given T type.

A real-array-like object is an array-like object with a slice method.

Type Aliases

Constructs a type by ensuring the specified keys are required.

Constructs a type by making the specified keys optional.

Returns the primitive value held by the given type if its a wrapper object, otherwise returns the type itself.