ungleich-staticcms/assets/u/static/popper.js-1.16.0/packages/test-utils/utils/prepend.js

4 lines
98 B
JavaScript
Raw Normal View History

export default function prepend(node, parent) {
parent.insertBefore(node, parent.firstChild);
}