/** A single instance or an array of instances */ export type SingleOrArray = T | T[]; //# sourceMappingURL=array-like.d.ts.map