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

x/gustwind/utilities/functional.ts>get

🐳💨 – Deno powered JSON oriented site generator
Go to Latest
function get
import { get } from "https://deno.land/x/gustwind@v0.35.5/utilities/functional.ts";

Type Parameters

optional
O = Record<string, unknown>

Parameters

dataContext: O
optional
key: string
optional
defaultValue: unknown

Returns

unknown