This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
lvjunxi
/
node_modules
Vērot
2
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Atzars:
master
Atzari
Tagi
master
node_modules
/
array-from
/
index.js
index.js
95 B
Patstāvīgā saite
Vēsture
Neapstrādāts
1
2
3
4
module.exports = (typeof Array.from === 'function' ?
Array.from :
require('./polyfill')
);