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

x/allo_arguments/libs/Arguments.ts>ConverterType

🦕 Super handy cli argument parser with automate generation `--help` flag.
Go to Latest
type alias ConverterType
import { type ConverterType } from "https://deno.land/x/allo_arguments@v5.1.0/libs/Arguments.ts";
definition: { (value: any): V; }