1.0.1 • Published 5 years ago

fucking-dollar v1.0.1

Weekly downloads
2
License
WTFPL
Repository
github
Last release
5 years ago

fucking-dollar

A fucking dollar, and then another fucking double dollar. Properly typed.

Alias for document.querySelector and document.querySelectorAll, in form of fucking dollars: $ and $$.

Installation

$ yarn add fucking-dollar

Usage

import { $, $$ } from 'fucking-dollar'

$('#fucking-element') // => HTMLElement
$$('#fucking .more #element[s])' // => NodeListOf<HTMLElement>