isomorphic-event

0.0.2 • Public • Published

isomorphic-event

a isomorphic event package

usage

import { on, emit, off } from 'isomorphic-event'

on('say', () => {
    console.log('hello world')
})

emit('say')

Readme

Keywords

none

Package Sidebar

Install

npm i isomorphic-event

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • annatarhele