Just aliases of querySelector.
npm install @maboroshi/selector単純な querySelector のエイリアス
``sh`
npm install @maboroshi/selector
or
`sh`
yarn add @maboroshi/selector
`js
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 ドキュメント を見る