component-empty(latest: 0.0.1) Empties dom elements, arrays and array-like objects
range-at-xy(latest: 0.0.1) Given an `HTMLElement` and a pair of coordinates `x` and `y`, returns a `Range` object, containing the text character visible at position `(x, y)`.
split-at-range(latest: 0.0.2) Splits an HTMLElement in the location marked by a range
discore-closest(latest: 0.2.0) Find the closest ancestor matching a selector string
within-document(latest: 0.0.3) Check if an element is within the document
coreh-typescript(latest: 1.1.0) This is a fork of the official TypeScript module
range-closest-to-xy(latest: 0.1.1) Given an `HTMLElement` and a pair of coordinates `x` and `y`, returns a `Range` object, containing the text character closest to position `(x, y)`.
inserted(latest: 0.0.4) invoke a callback when a DOM element is inserted
iframify(latest: 0.1.2) Wraps the given HTML code in an iframe that resizes dynamically to fit its contents.
npm-deps(latest: 0.3.7) Merges dependencies from multiple package.json files in subdirectories.
dom-paste(latest: 2.0.2) Gets dom content from the clipboard on paste events
collapse(latest: 1.0.1) Collapses Selection and Range objects in a cross-browser way
dom-move(latest: 1.0.1) Move children from one DOM node to another.
mutation-observer(latest: 1.0.3) Exposes the `MutationObserver` API, or a polyfill based on mutation events for IE 9-10.
stickyfill(latest: 1.1.1-strict) A polyfill for `position: sticky` for browsers that don't support it yet.
get-window(latest: 1.1.2) Returns the `window` object from a DOM object
next-http(latest: 1.0.0) Higher Order Component to mount arbitrary HTTP request handlers as [Next.js](https://github.com/zeit/next.js) pages. (When rendering on the server side.)
debounce(latest: 1.2.0) Creates and returns a new debounced version of the passed function that will postpone its execution until after wait milliseconds have elapsed since the last time it was invoked