Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 427 Bytes

File metadata and controls

13 lines (8 loc) · 427 Bytes

Home > @snowplow/node-tracker > ContextPrimitive

ContextPrimitive type

A context primitive is either a self-describing JSON or a context generator

Signature:

type ContextPrimitive = SelfDescribingJson | ContextGenerator;