単純な querySelector のエイリアス
npm install @maboroshi/selector
or
yarn add @maboroshi/selector
import { $, $$ } from '@maboroshi/selector'
console.log($('p')) // => The 1st P element on the document.
console.log($$('p')) // => The All P elements on the document.
API ドキュメント を見る