Skip to main content

exit

Tags CI Status License

import { onExit } from "https://deno.land/x/exit/mod.ts";

onExit(() => {
  console.log("Program is exiting, doing some cleanup!");
});

other

contribution

Pull request, issues and feedback are very welcome. Code style is formatted with deno fmt and commit messages are done following Conventional Commits spec.

licence

Copyright 2020-present, the denosaurs team. All rights reserved. MIT license.