0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-10 14:17:49 -04:00
deno/tests/testdata/npm/child_process_fork_test/main.ts

5 lines
86 B
TypeScript
Raw Normal View History

import "npm:chalk@4";
import { run } from "npm:@denotest/child-process-fork";
run();