Skip to main content
Module

x/fun/decoder.ts>Property

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Go to Latest
type alias Property
import { type Property } from "https://deno.land/x/fun@v2.0.0-alpha.12/decoder.ts";

The Property type is a type level denotation that specifies whether a key or index is required or optional.

definition: required | optional