UNPKG

rubic-sdk

Version:
2 lines (1 loc) 57 B
export type InfiniteArray<T> = (T | InfiniteArray<T>)[];