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

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

Declare a flag that terminates the program

type

<Name extends string>(name: Name, descriptor: EarlyExitDescriptor) => FlagType<Name, void>