FabienDanieau's picture
first commit
2434dca
export function cloneNode(n) {
return Object.assign({}, n);
}