tsirysndr / exit-js

Provides an `exit()` function that works with Deno, Bun and Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exit-js

This is a simple package that provides an exit function, it works with different runtimes like Deno, Bun and Node.js.

🚀 Usage

import { exit } from 'jsr:@tsirysndr/exit-js';

exit();

About

Provides an `exit()` function that works with Deno, Bun and Node.js

License:MIT License


Languages

Language:TypeScript 100.0%