Skip to main content
Module

x/ts_serialize/strategy/compose_strategy.ts

A zero dependency library for serializing data
Latest
import * as tsSerialize from "https://deno.land/x/ts_serialize@v2.0.3/strategy/compose_strategy.ts";

Functions

Function to build a fromJSONStrategy or toJSONStrategy. Converts value from functions provided as parameters

Type Aliases

Functions used when hydrating data. While we do know that the incoming param is a JSONValue, this forces authors using the library to recast the known type before using it. By using any they can cast it in the function signature

Functions used when dehydrating data