UNPKG

@yingyeothon/actor-system

Version:
3 lines (2 loc) 94 B
type ActorShift = (actorId: string) => unknown | Promise<unknown>; export default ActorShift;