0.1.20 • Published 7 years ago

@nuware/emitter v0.1.20

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

Event Emitter

Install

npm install @nuware/emitter --save

or

<script defer src="https://unpkg.com/@nuware/emitter@latest/dist/emitter.umd.js"></script>

or

<script defer src="https://unpkg.com/@nuware/emitter@latest/dist/emitter.min.js"></script>

Usage

Browser

const Emitter = window.nuware.Emitter

Node

const Emitter = require('@nuware/emitter')

or

import Emitter from '@nuware/emitter'

Authors

0.1.20

7 years ago

0.1.18

7 years ago

0.1.16

7 years ago

0.1.14

7 years ago

0.1.13

7 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago