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.PARSE_FAILURE

Sync posts from Mastodon into FeoBlog
Go to Latest
type alias args.PARSE_FAILURE
Re-export
import { type args } from "https://deno.land/x/feomasto@v0.1.0/priv/deps.ts";
const { PARSE_FAILURE } = args;
definition: PARSE_FAILURE
variable args.PARSE_FAILURE
Re-export
import { args } from "https://deno.land/x/feomasto@v0.1.0/priv/deps.ts";
const { PARSE_FAILURE } = args;

Value of tag when argv is failed to parse

type

symbol