Skip to main content
Module

x/args/utils.ts>record

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

Create an object of single property

type

<Key extends string | number | symbol, Value>(key: Key, value: Value) => unknown