UNPKG

@vectry/node

Version:

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

5 lines (4 loc) 159 B
import { VectryConfig, VectryCore } from "@vectry/js-core"; export declare class Vectry extends VectryCore { constructor(config: Partial<VectryConfig>); }