UNPKG

js-moi-providers

Version:

Module to connect and interact with MOI network

1 lines 52 B
export type NestedArray<T> = T[] | NestedArray<T>[];