UNPKG

eventque

Version:

A type-safe, async-friendly, queue-based event emitter for Node.js and TypeScript.

17 lines 283 B
{ "version": "2.0.0", "tasks": [ { "label": "test", "type": "shell", "command": "vitest run", "problemMatcher": [] }, { "label": "test:watch", "type": "shell", "command": "vitest watch", "problemMatcher": [] } ] }