A simple and extensible event handler
Install package:
# ✨ Auto-detect
npx nypm install @onecode-no/event-service
# npm
npm install @onecode-no/event-service
# yarn
yarn add @onecode-no/event-service
# pnpm
pnpm install @onecode-no/event-service
# bun
bun install @onecode-no/event-service
Import:
ESM (Node.js, Bun)
import {} from "pkg";
CommonJS (Legacy Node.js)
const {} = require("pkg");
CDN (Deno, Bun and Browsers)
import {} from "https://esm.sh/pkg";
local development
Published under the MIT license.
Made by community 💛
🤖 auto updated with automd