Skip to main content
Module

x/abstruct/utils.ts>entriesAll

Abstract structure for JavaScript data validation
Latest
function entriesAll
import { entriesAll } from "https://deno.land/x/abstruct@1.0.0/utils.ts";

Returns an array of key/values of the all owned properties of an object

Parameters

obj: Readonly<Record<PropertyKey, T>>

Object that contains the properties and methods. This can be an object that you created or an existing Document Object Model (DOM) object.

Returns

[string | symbol, T][]