export declare function arrayify<T>(obj: T | T[]): T[];
//# sourceMappingURL=arrayify.d.ts.map