Please enable JavaScript in your browser!
Sākums
Izpētīt
Palīdzība
Pierakstīties
zhouchong
/
anKeYuan-largeScreen-1080
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
74025ddde1
Atzari
Tagi
master
prototype
test_case_pro
anKeYuan-lar...
/
node_modules
/
@webassemblyjs
/
ast
/
esm
/
clone.js
clone.js
80 B
Vēsture
Neapstrādāts
1
2
3
4
export function cloneNode(n) {
// $FlowIgnore
return Object.assign({}, n);
}