UNPKG

@aller/blink

Version:

A library for tracking user behaviour.

10 lines 381 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ACTIVE_TIME_INITIAL_MOBILE = exports.ACTIVE_TIME_WAIT = exports.VERSION = void 0; exports.VERSION = '8.33.1'; /** * The minimum waiting time between each sending of active time events */ exports.ACTIVE_TIME_WAIT = 10; exports.ACTIVE_TIME_INITIAL_MOBILE = 1.5; //# sourceMappingURL=config.js.map