vtils

Home > types > AnyArray

AnyArray type

类型工具库。

Signature:

export declare type AnyArray<T = any> = Array<T> | ReadonlyArray<T>;