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

isProject

import { isProject } from "https://garn.io/ts/v0.0.20/project.ts";
function isProject(p: unknown): p is Project;
§
isProject(p: unknown): p is Project
[src]

§Parameters

§
p: unknown
[src]

§Return Type