UNPKG

mmir-lib

Version:

MMIR (Mobile Multimodal Interaction and Relay) library

10 lines (9 loc) 230 B
/** * 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; });