Skip to main content
Module

x/allo_arguments/mod.ts>Convertor

🦕 Super handy cli argument parser with automate generation `--help` flag.
Go to Latest
type alias Convertor
import { type Convertor } from "https://deno.land/x/allo_arguments@v6.0.2/mod.ts";
definition: { (value: undefined | string | boolean): T | undefined; }