uupaa.eventlistener.js

0.9.0 • Public • Published

EventListener.js Build Status

npm

EventListener Class

Document

How to use

Browser

<script src="lib/EventListener.js">
<script>
console.log( new EventListener() );
</script>

WebWorkers

importScripts("lib/EventListener.js");

console.log( new EventListener() );

Node.js

var EventListener = require("lib/EventListener.js");

console.log( new EventListener() );

Package Sidebar

Install

npm i uupaa.eventlistener.js

Weekly Downloads

0

Version

0.9.0

License

MIT

Last publish

Collaborators

  • uupaa