Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

check

import { check } from "https://garn.io/ts/v0.0.14/mod.ts";

Creates a new shell script Check, run in the emptyEnvironment.

Example:

// Will fail if any `TODO`s are found in the build artifacts of myPkg:
garn.check`! grep -r TODO ${myPkg}`;
function check(s: TemplateStringsArray, ...args: Array<NixStrLitInterpolatable>);
§
check(s: TemplateStringsArray, ...args: Array<NixStrLitInterpolatable>)
[src]

§Parameters

§
s: TemplateStringsArray
[src]
§
...args: Array<NixStrLitInterpolatable> optional
[src]