Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/feomasto/priv/deps.ts>args.values.Integer

Sync posts from Mastodon into FeoBlog
Go to Latest
variable args.values.Integer
import { args } from "https://deno.land/x/feomasto@v0.1.0/priv/deps.ts";
const { Integer } = args.values;

Type and parser of all BigInt values

type

ValueType<bigint, readonly [string]>