Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/argon2/cli/deps.ts>Command#type

Argon2 encryption library for Deno
Latest
method Command.prototype.type
Re-export
import { Command } from "https://deno.land/x/argon2@v0.9.2/cli/deps.ts";

Register custom type.

Parameters

name: string

The name of the type.

handler: Type<unknown> | ITypeHandler<unknown>

The callback method to parse the type.

optional
options: ITypeOptions

Type options.