Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/tpy/src/error.ts>parametersPrompt

🔑 A strongly typed Pylon API client.
Latest
function parametersPrompt
import { parametersPrompt } from "https://deno.land/x/tpy@v1.0.0-RC/src/error.ts";

Creates a string that describes the parameter(s) are either missing or incompatible.

Parameters

issue: "missing" | "incompatible"

The issue with the parameters.

params: string | string[]

The parameter(s) in this context.