Skip to main content
Module

x/fun/map.ts>keys

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Go to Latest
function keys
import { keys } from "https://deno.land/x/fun@v2.0.0-alpha.12/map.ts";

Parameters

O: Sortable<K>

Returns

<A>(ta: ReadonlyMap<K, A>) => K[]