UNPKG

hugbot

Version:

Chatbot maker for HuggingFace Inference API and other AI API providers and backends.

8 lines 185 B
export declare class FCFSqueue<T> { #private; constructor(); push(thing: T): this; popLeft(): T | null; get len(): number; } //# sourceMappingURL=FCFS_queue.d.ts.map