Skip to main content
Module

x/shell_escape/index.ts>singleArgument

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

type

(value: string) => unknown