3 lines
77 B
TypeScript
3 lines
77 B
TypeScript
|
|
/** @since 3.9.0 */
|
||
|
|
export declare function toArray<T>(value: T | T[]): T[];
|