import { default } from "https://dotland.deno.dev/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";