UNPKG

data-interchange

Version:
4 lines (3 loc) 209 B
import * as ChannelQueue from "@buttercup/channel-queue"; export declare function createQueue(): ChannelQueue; export declare function enqueue(queue: ChannelQueue, key: string, call: () => any): Promise<any>;