Skip to main content
Module

x/cav/mod.ts>usePackers

A server framework for Deno
Go to Latest
function usePackers
Re-export
import { usePackers } from "https://deno.land/x/cav@0.0.8/mod.ts";

Registers the Packers to be used as defaults in addition to the library defaults for the top-level packing functions. Falsy properties are skipped. If any packer keys conflict with the packers that are already in use, an error is thrown. Returns the input packers argument.

Parameters

packers: P