export { default as globalEmitter } from './emitter';
export * as emitter from './emitter';
export * as pipe from './pipe';
export * from './map';
