@segment/analytics-next
Version:
Analytics Next (aka Analytics 2.0) is the latest version of Segment’s JavaScript SDK - enabling you to send your data to any tool without having to learn, test, or use a new API every time.
5 lines • 325 B
TypeScript
import { Context } from '../../core/context';
import { Plugin } from '../../core/plugin';
import { PriorityQueue } from '../../lib/priority-queue';
export declare function scheduleFlush(flushing: boolean, buffer: PriorityQueue<Context>, xt: Plugin, scheduleFlush: Function): void;
//# sourceMappingURL=schedule-flush.d.ts.map