Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/drake/lib/utils.ts>quote

Drake is a make-like task runner for Deno.
Latest
function quote
import { quote } from "https://deno.land/x/drake@v1.7.0/lib/utils.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