Skip to content
This repository has been archived by the owner on Mar 8, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 312 Bytes

Readme.md

File metadata and controls

19 lines (11 loc) · 312 Bytes

previous-sibling

Get the previous sibling of an el, optionally filtered by a selector.

Installation

$ component install ianstormtaylor/previous-sibling

Example

var previous = require('previous-sibling');
var head = previous(document.body); // document.head

License

MIT