This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
hepf
/
shuibei_share
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
73e107243d
Gałęzie
Tagi
master
shuibei_share
/
node_modules
/
@webassemblyjs
/
ast
/
esm
/
clone.js
clone.js
80 B
Historia
Czysty
1
2
3
4
export function cloneNode(n) {
// $FlowIgnore
return Object.assign({}, n);
}