0.0.2 • Published 12 months ago

react-msg v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

react-msg

NPM version NPM downloads

Install

$ yarn add react-msg

Use

import msg from 'react-msg'
// msg:Mitt
interface Mitt {
  on(type: string | symbol, handler: EventHandler): () => void;
  off(type: string | symbol, handler: EventHandler): void;
  emit(type: string | symbol, evt: any): boolean;
  clear(type: Array<string | symbol>): void;
  del(): void;
  all(): {
    storage: { [key: symbol]: EventHandler[] };
    keys: (string | undefined)[];
  };
}

LICENSE

MIT

0.0.2

12 months ago

0.0.1

12 months ago

1.0.0

7 years ago