UNPKG

@vectry/node

Version:

Node.js SDK for the Vectry Analytics, providing transport and context integration.

8 lines (7 loc) 279 B
import { IContextProvider } from "@vectry/js-core"; /** * DefaultContextProvider for Node.js * * Provides a basic static context in environments without a specific session, user, or app context. */ export declare function DefaultContextProvider(): Promise<IContextProvider>;