UNPKG

badmfck-signal

Version:

An implementation of a signaling mechanism used to connect components and transfer data between them

30 lines (25 loc) 566 B
{ "name": "badmfck-signal", "version": "1.4.9", "description": "An implementation of a signaling mechanism used to connect components and transfer data between them", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepublish": "tsc", "build":"tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "signals", "signalling", "events", "event", "dispatcher" ], "dependencies": { }, "devDependencies": { }, "author": "Igor Bloom", "license": "MIT" }