typed-event-target

v3.3.0
EventTarget in the browser but with strong event typing.
browser event-target EventTarget type typed

docs

virmator docs --index src/index.ts README.md

test

virmator test-web

format

virmator format

compile

tsc --project tsconfig.json && tsc --project tsconfig.cjs.json

publish

virmator publish "npm run compile && npm run test:all"

test:all

concurrently --colors --kill-others-on-fail -c auto --names types,tests,spelling,format,docs,deps "npm run test:types" "npm run test:coverage" "npm run test:spelling" "npm run test:format" "npm run test:docs" "npm run test:deps"

test:deps

virmator deps check

test:docs

virmator docs check --index src/index.ts README.md

test:types

tsc --noEmit

test:format

virmator format check

test:coverage

npm run test coverage

test:spelling

virmator spellcheck

Metadata

Downloads

Maintainers