prepend-child
Version:
The inverse of `Element#appendChild()`.
21 lines (20 loc) • 358 B
JSON
{
"name": "prepend-child",
"repo": "webmodules/prepend-child",
"description": "The inverse of `Element#appendChild()`.",
"version": "1.0.1",
"keywords": [
"browser",
"element",
"append",
"prepend",
"child",
"appendChild",
"prependChild"
],
"license": "MIT",
"main": "index.js",
"scripts": [
"index.js"
]
}