rew-extensions 0.0.67

Deno core extensions for the Rew runtime
Documentation
1
2
3
4
5
import { run, Command, ChildProcess, kill } from 'ext:deno_process/40_process.js';
globalThis.Deno.run = run;
globalThis.Deno.kill = kill;
globalThis.Deno.Command = Command;
globalThis.Deno.ChildProcess = ChildProcess;