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

x/ayonli_jsext/esm/types.js

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

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.