Skip to main content
Module

x/graphql_deno/lib/jsutils/dedent.js>default

GraphQL-JS ported to Deno
Latest
function default
import { default } from "https://deno.land/x/graphql_deno@v15.0.0/lib/jsutils/dedent.js";

An ES6 string tag that fixes indentation. Also removes leading newlines and trailing spaces and tabs, but keeps trailing newlines.

Example usage: const str = dedent{ test }; str === "{\n test\n}\n";

Parameters

strings
...values