1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-30 16:40:57 -05:00
denoland-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();