This package has been deprecated

Author message:

Package has been renamed to @hansogj/maybe-for-sure - install @hansogj/maybe instead

find-js
TypeScript icon, indicating that this package has built-in type declarations

4.0.4 • Public • Published

find-js

Returns an iterable array of node-elements.

Usage

JS

find("root", 'selector')

TS

import find from 'find-js';

console.log(find("h2", window.document.body))

Package Sidebar

Install

npm i find-js

Weekly Downloads

3

Version

4.0.4

License

MIT

Unpacked Size

6.03 kB

Total Files

6

Last publish

Collaborators

  • hansogj