Skip to main content
Module

x/shell_escape/index.ts>default

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

type

(value: string) => unknown

type

(argv: readonly string[]) => unknown

type

(argv: readonly string[]) => unknown