Skip to main content
Module

x/shell_escape/single-argument.ts>singleArgument

Escape and stringify an array of arguments to be executed on the shell
Latest
variable singleArgument
import { singleArgument } from "https://deno.land/x/shell_escape@1.0.0/single-argument.ts";

type

(value: string) => unknown