import { apDef } from "https://deno.land/x/lunchbox@v1.0.2/src/utils.ts";
This function uses an object that stores the default values for an interface T
. It uses an input
object of type Partial with new values to replace matching properties.
import { apDef } from "https://deno.land/x/lunchbox@v1.0.2/src/utils.ts";
This function uses an object that stores the default values for an interface T
. It uses an input
object of type Partial with new values to replace matching properties.