# to-array **Repository Path**: mirrors_fis-components/to-array ## Basic Information - **Project Name**: to-array - **Description**: Fork from https://github.com/Raynos/to-array.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # to-array Turn an array like into an array. Designed for browser support in older browsers. ## Example ``` js var toArray = require("to-array") , elems = document.links var array = toArray(elems) ``` Can also return an array from a specific index ```js (function () { toArray(arguments, 2) // [3, 4] })(1, 2, 3, 4) ``` ## Installation `npm install to-array` ## Contributors - Raynos - [Olivier Scherrer](http://github.com/podefr) ## MIT Licenced