/**
 * @public
 */
export type TUnpackIfArray<T> = T extends ArrayLike<infer U> ? U : never;
//# sourceMappingURL=t-unpack-if-array.d.ts.map