Skip to main content
Module

x/ok_computer/utils.ts>ownEntries

λ "Functions all the way down" data validation for JavaScript and TypeScript.
Latest
variable ownEntries
import { ownEntries } from "https://deno.land/x/ok_computer@v2.0.2/utils.ts";

type

<T>(obj: { [key: string | symbol]: T; } | ArrayLike<T>) => [string | symbol, T][]