UNPKG

@yingyeothon/actor-system

Version:
4 lines (3 loc) 89 B
export default interface QueueLength { size: (actorId: string) => Promise<number>; }