UNPKG

@zyf2e/mitojs

Version:

A SDK for monitoring browser errors

12 lines (11 loc) 265 B
import { voidFun } from '../common/constant'; export declare class Queue { private micro; private stack; private isFlushing; constructor(); addFn(fn: voidFun): void; clear(): void; getStack(): any[]; flushStack(): void; }