UNPKG

@segment/analytics.js-core

Version:

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

12 lines (11 loc) 226 B
declare var bindAll: any; declare var defaults: any; declare var store: any; /** * Initialize a new `Store` with `options`. * * @param {Object} options */ declare function Store(options?: { enabled: boolean; }): void;