Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/proc/src/utility.ts

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Go to Latest
import * as proc from "https://deno.land/x/proc@0.20.18/src/utility.ts";

Functions

Fast-concatenate Uint8Arrays arrays together, returning a single array containing the result.

Lazily produce a range of numbers.

Open a file for reading.

Sleep for a while.

Interfaces

Options for a to range. The to range is exclusive.

Options for an until range. The until value is inclusive.