Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 448 Bytes

File metadata and controls

14 lines (10 loc) · 448 Bytes

Home > @snowplow/node-tracker > CustomEmitter

CustomEmitter type

Signature:

type CustomEmitter = {
    /* Function returning custom Emitter or Emitter[] to be used. If set, other options are irrelevant */
    customEmitter: () => Emitter | Array<Emitter>;
};