Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

  • findAttribute(logs: readonly Log[], eventType: string, attrKey: string): Attribute
  • Searches in logs for the first event of the given event type and in that event for the first first attribute with the given attribute key.

    Throws if the attribute was not found.

    Parameters

    • logs: readonly Log[]
    • eventType: string
    • attrKey: string

    Returns Attribute

  • parseEvent(input: unknown): Event
  • parseLog(input: unknown): Log
  • parseLogs(input: unknown): readonly Log[]
  • parseRawLog(input?: string): readonly Log[]

Generated using TypeDoc