UNPKG

@roxi/routify

Version:

3 lines (2 loc) 83 B
export type MaybeArray<T> = T | T[]; export type MaybePromise<T> = T | Promise<T>;