Skip to main content
Module

x/enzastdlib/collections/object.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/object.ts";

Type Aliases

Represents an Object type that has no properties.

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.

Represents an Object type that has unknown properties.

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