UNPKG
mmir-lib
Version:
latest (7.1.0)
7.1.0
7.0.1
7.0.0
7.0.0-beta6
7.0.0-beta5
7.0.0-beta4
7.0.0-beta3
7.0.0-beta2
7.0.0-beta1
6.2.0
6.1.0
6.0.0
5.2.0
MMIR (Mobile Multimodal Interaction and Relay) library
github.com/mmig/mmir-lib
mmig/mmir-lib
mmir-lib
/
lib
/
tools
/
util_purejs
/
toArray.js
10 lines
(9 loc)
•
230 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * uses Array.from * *
NOTE:
for older browser/execution environments, the vendor directory contains * a polyfill for Array.from() (see es6-map-set-polyfill.js) */
define
(
function
(
){
return
Array
.
from
; });