0.1.0 • Published 5 years ago

waveguide-browser v0.1.0

Weekly downloads
2
License
AL2
Repository
-
Last release
5 years ago

waveguide-browser

npm version

import { main } from "waveguide-browser";

Provides function main(io: IO<never, never>): void. The IO should never produce and never fail (though aborts are still possible). The IO will be interrupted on window 'onunload' and execute all finalizers before exiting.

0.1.0

5 years ago