UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 120 B
/** * Convert array-like object into array */ declare function toArray(val: any): any[]; export default toArray;