Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/yxz/index.ts>collections.get

Deno Standard Extensions
Go to Latest
function collections.get
import { collections } from "https://deno.land/x/yxz@0.17.0/index.ts";
const { get } = collections;

Parameters

input: any
path: PropertyPath
optional
defaultValue: unknown

Returns

unknown