UNPKG

@zhengxs/wechaty-plugin-assistant

Version:
2 lines (1 loc) 46 B
export type MaybePromise<T> = T | Promise<T>;