waveguide-main-node
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

waveguide-main-node

import { main } from "waveguide-main-node";

Provides function main(io: IO<never, number>): void. The IO should return a status code and never fail, though aborts are possible. The IO will be interrupted on SIGINT and execute all finalizers before exiting. If a number is produced the the process will exit with that number. On abort the proces will exit with -1.

/waveguide-main-node/

    Package Sidebar

    Install

    npm i waveguide-main-node

    Weekly Downloads

    1

    Version

    0.0.4

    License

    MIT

    Unpacked Size

    5.14 kB

    Total Files

    8

    Last publish

    Collaborators

    • arzig