Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/vicis/src/util/object/get/property.ts>objectGetProperty

Presentation and transformation layer for data output in RESTful APIs.
Latest
function objectGetProperty
import { objectGetProperty } from "https://deno.land/x/vicis@1.0.0/src/util/object/get/property.ts";

Parameters

object: { [key: string]: any; }
key: string
optional
defaultValue: any