Package Exports
- remove-element
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (remove-element) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
remove-element 

Removes an element from the DOM. Very simple – but helps reduce a bit of boilerplate and might spare somebody some Googling if they forget.
Usage
remove(el)
Removes el
from the DOM, if it's attached.
License
MIT. See LICENSE.md for details.