Current Path : /proc/3848978/root/usr/share/nodejs/@popperjs/test-utils/utils/ |
Current File : //proc/3848978/root/usr/share/nodejs/@popperjs/test-utils/utils/prepend.js |
export default function prepend(node, parent) { parent.insertBefore(node, parent.firstChild); }