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

isPackage

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

§Parameters

§
x: unknown
[src]

§Return Type