This package has been deprecated

Author message:

Use bianco.query instead

bianco-query

0.0.2 • Public • Published

bianco-query

Build Status NPM version NPM downloads MIT License

Modern DOM query selectors helpers written in es2015

Usage

import $ from 'bianco-query'
 
$('h1').forEach((h1) => console.log(h1.innerHTML))

API

  • $(selector|NodeList, context) returns always an array like object containing the elements found

Package Sidebar

Install

npm i bianco-query

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • gianlucaguarini