Skip to main content
Module

x/pup/deps.ts

Universal process manager built in Deno
Go to Latest
import * as pup from "https://deno.land/x/pup@0.0.3/deps.ts";

Namespaces

parse function for parsing JSONC (JSON with Comments) strings.

N
z

Functions

Cron entrypoint

Converts a JSON with Comments (JSONC) string into an object. If a syntax error is found, throw a SyntaxError.

Take a set of command line arguments, optionally with a set of options, and return an object representing the flags found in the passed arguments.

Read strings line-by-line from a Reader.

Interfaces

Type Aliases

The value returned from parse.

Valid types as a result of JSON parsing