Skip to main content
Module

x/enzastdlib/collections/mod.ts

enzastdlib is a set of TypeScript modules that follow a common design API philosophy aiming at sane defaults and ease-of-use targeting the Deno TypeScript runtime.
Latest
import * as enzastdlib from "https://deno.land/x/enzastdlib@v0.0.4/collections/mod.ts";

Utilities for working with collections like arrays and records.

Type Aliases

Represents an Object type that has no properties.

Returns an Object containing all the methods of a Class.

Returns an Object where members with the given type are omitted from a new Object type.

Returns an Object where members with the given type are picked into a new Object type.

Returns an Object containing all the properties of a Class.

Represents an Object type that has unknown properties.

Returns all the values of an Object as a type union of its values.