import * as effection from "https://deno.land/x/effection@4.0.0-alpha.3/lib/main.ts";
Functions
f exit | Halt process execution immediately and initiate shutdown. If a message is provided, it will be logged to the console after shutdown: |
f main | Top-level entry point to programs written in Effection. That means that your
program should only call |