Package Exports
- @jswork/event-mitt
- @jswork/event-mitt/dist/index.cjs.js
- @jswork/event-mitt/dist/index.esm.js
- @jswork/event-mitt/dist/index.umd.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@jswork/event-mitt) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
event-mitt
A mini and light event emitter.
installation
npm install @jswork/event-mitt
usage
import eventMitt from '@jswork/event-mitt';
// usage goes here.
types
/// <reference types="@jswork/event-mitt/global.d.ts" />
license
Code released under the MIT license.