This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Regisztráció
Bejelentkezés
lvjunxi
/
node_modules
Figyelés
2
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Branch:
master
Branch-ok
Tag-ek
master
node_modules
/
array-from
/
index.js
index.js
95 B
Állandó hivatkozás
Előzmények
Nyers
1
2
3
4
module.exports = (typeof Array.from === 'function' ?
Array.from :
require('./polyfill')
);