UNPKG

@yingyeothon/actor-system

Version:
4 lines (3 loc) 93 B
export default interface LockRelease { release: (actorId: string) => Promise<boolean>; }