Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.44.0/utilities/functional.ts";

Type Parameters

optional
O = Record<string, unknown>

Parameters

dataContext: O
optional
key: string
optional
defaultValue: unknown

Returns

unknown