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

isCheck

import { isCheck } from "https://garn.io/ts/v0.0.16/check.ts";
function isCheck(x: unknown): x is Check;
§
isCheck(x: unknown): x is Check
[src]

§Parameters

§
x: unknown
[src]

§Return Type