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

x/args/utils.ts>ok

Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Go to Latest
variable ok
import { ok } from "https://deno.land/x/args@2.1.0/utils.ts";

Create an Ok

type

<Value>(value: Value) => Ok<Value>