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

Project

import type { Project } from "https://garn.io/ts/v0.0.20/mod.ts";

A Project is a logical grouping of Packages and Environments. For example, you may have a 'frontend' Project, a 'backend' Project, a 'cli' Project, etc.

type Project = ProjectHelpers & ProjectData;

§Type

§
ProjectHelpers & ProjectData
[src]