import * as effection from "https://deno.land/x/effection@3.1.0/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 |