UNPKG

@urban-bot/core

Version:

The universal chatbot library based on React

6 lines (5 loc) 152 B
export declare class PromiseQueue { last: Promise<any>; constructor(); next<T>(callback: (...args: any[]) => T | Promise<T>): Promise<T>; }