Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 462 Bytes

File metadata and controls

14 lines (10 loc) · 462 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>;
};