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

haskell.Project

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

const { Project } = haskell;

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;