Skip to main content
Module

x/drollup/deps.ts>Command#type

Next-generation ES module bundler ported for Deno
Latest
method Command.prototype.type
Re-export
import { Command } from "https://deno.land/x/drollup@2.58.0%2B0.20.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.