Skip to main content
Module

x/proj/mod.ts

proj lets you use Typescript to create a CLI for your project.
Latest
import * as proj from "https://deno.land/x/proj@v0.2.0/mod.ts";

Functions

Determines the operation for the arguments and depth.

Processes an operation tree against some arguments.

Interfaces

This defines an operation. Construct your tree from this type.