Skip to main content
Deno 2 is finally 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.0/utilities/functional.ts";

Type Parameters

optional
O = Record<string, unknown>

Parameters

dataContext: O
optional
key: string
optional
defaultValue: unknown

Returns

unknown