UNPKG

@segment/analytics.js-core

Version:

The hassle-free way to integrate analytics into any web application.

11 lines (10 loc) 182 B
declare var bindAll: any; declare var clone: any; /** * HOP. */ declare var has: (v: PropertyKey) => boolean; /** * Initialize `Memory` store */ declare function Memory(): void;