Skip to main content
Module

x/denoexec/mod.ts>prefixSeparator

A higher level wrapper around https://doc.deno.land/builtin/stable#Deno.run
Latest
function prefixSeparator
import { prefixSeparator } from "https://deno.land/x/denoexec@v1.1.5/mod.ts";

If prefix is set then this will be suffixed on to the prefix. Defaults to |.

Parameters

v: string
proc: ProcessDeferred

Returns

ProcessDeferred