Skip to content

xdash API Reference v0.5.14


xdash API Reference / UnwrapArray

Type Alias: UnwrapArray<T>

UnwrapArray<T> = T extends infer U[] ? U : T

Defined in: src/types.ts:33

Type Parameters

T

T

Released under the MIT License.