Skip to main content
Module

x/proc/mod3.ts>RangeUntilOptions

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Very Popular
Go to Latest
interface RangeUntilOptions
import { type RangeUntilOptions } from "https://deno.land/x/proc@0.20.12/mod3.ts";

An until range.

Properties

optional
from: number

Starting number inclusive; defaults to 0.

until: number

Ending number inclusive.

optional
step: number

Step value. Defaults to 1.