Skip to main content
Module

x/velociraptor/deps.ts>Command#type

The npm-style script runner for Deno
Latest
method Command.prototype.type
Re-export
import { Command } from "https://deno.land/x/velociraptor@1.5.0/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.