UNPKG

@adyen/adyen-web

Version:

[![npm](https://img.shields.io/npm/v/@adyen/adyen-web.svg)](https://www.npmjs.com/package/@adyen/adyen-web)

8 lines (7 loc) 229 B
declare class EventEmitter { events: {}; on: (eventName: string, fn: Function) => void; off: (eventName: string, fn: Function) => void; emit: (eventName: string, data: any) => void; } export default EventEmitter;