import { type types } from "https://deno.land/x/args@2.1.1/index.ts";
const { ValueType } = types;
Interface of a value type
Methods
extract(raw: Raw): Result<Value, ValueError>
Convert an array of raw arguments to value of the type
import { type types } from "https://deno.land/x/args@2.1.1/index.ts";
const { ValueType } = types;
Interface of a value type
Convert an array of raw arguments to value of the type