UNPKG

ri-flex-layout

Version:

An alternative library to Angular's deprecated [angular-flex-layout](https://github.com/angular/flex-layout) library. `ri-flex-layout` helps you achieve responsive layouts in Angular applications with minimal code changes.

3 lines (2 loc) 145 B
/** Wraps the provided value in an array, unless the provided value is an array. */ export declare function coerceArray<T>(value: T | T[]): T[];