Skip to main content
Module

x/flags/mod.ts>FlagBigints

Command line argument parser for deno and node.js
Latest
class FlagBigints
extends FlagBase<Array<bigint>>
import { FlagBigints } from "https://deno.land/x/flags@0.0.3/mod.ts";

A flag of type Array

Constructors

new
FlagBigints(opts: FlagOptionsLike<Array<bigint>>)

Methods

add(v?: string): boolean