close
Skip to main content

@sys/process@0.0.317
Built and signed on GitHub Actions

Works with
This package works with Deno, Browsers
This package works with Deno
This package works with Browsers
JSR Score100%
License
MIT
Downloads68/wk
Published2 weeks ago (0.0.317)

Tools for working with spawned child processes.

type alias Process.ScriptLib

Script helpers for preparing shell template strings.

Methods

t(
strings: TemplateStringsArray,
...values: unknown[]
): string

Dedent a template literal. Matches repo-wide Str.dedent.

tight(
strings: TemplateStringsArray,
...values: unknown[]
): string

Dedent and trim all outer blank lines.

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@sys/process

Import symbol

import { Process } from "@sys/process/types";
or

Import directly with a jsr specifier

import { Process } from "jsr:@sys/process/types";