UNPKG

@yingyeothon/actor-system

Version:
5 lines (4 loc) 108 B
import { Logger } from "@yingyeothon/logger"; export default interface ActorLogger { logger?: Logger; }