Skip to main content
Module

x/froebel/object.ts

A strictly typed utility library.
Go to Latest
import * as froebel from "https://deno.land/x/froebel@v0.21.0/object.ts";

Variables

Map over data. data can be a regular object, a Map, a Set, or an array.

From obj, create a new object that does not include keys.

From obj, create a new object that only includes keys.