UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

8 lines 217 B
export default class RollingCounter { private readonly max; private readonly min; private now; constructor(max: number, min?: number); next(): number; } //# sourceMappingURL=rollingcounter.d.ts.map