UNPKG

@alexaegis/common

Version:
2 lines 137 B
export type ItemOf<T extends readonly unknown[]> = T extends readonly (infer R)[] ? R : never; //# sourceMappingURL=item-of.type.d.ts.map