/** * Ensures the parameter is an array, in case is not, the function will return an array containing the parameter. * @arrays * * @param theArray The variable to ensure is an array * @returns */ export declare const ensureArray: (theArray?: T | T[] | undefined) => T[]; //# sourceMappingURL=ensureArray.d.ts.map