/** * @template T * @param {T[]|T|undefined} possibleArray * @returns {T[]} */ export function arrayify(possibleArray: T | T[] | undefined): T[]; //# sourceMappingURL=arrayify.d.ts.map