Skip to main content
Module

x/drake/mod.ts>quote

Drake is a make-like task runner for Deno.
Go to Latest
function quote
import { quote } from "https://deno.land/x/drake@v1.6.0/mod.ts";

Quote string array values with double-quotes then join them with a separator. Double-quote characters are escaped with a backspace. The separator defaults to a space character.

Parameters

values: string[]
optional
sep = [UNSUPPORTED]

Returns

string