UNPKG

sussy-util

Version:
3 lines (2 loc) 70 B
declare type PromiseOr<T> = Promise<T> | T; export default PromiseOr;