Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

maboroshi-inc/selector

Folders and files

NameName
Last commit message
Last commit date
Dec 1, 2023
Oct 31, 2019
Nov 6, 2019
Oct 29, 2019
Oct 29, 2019
Jun 21, 2018
Oct 27, 2023
Jun 21, 2018
Jun 21, 2018
Jun 21, 2018
Jun 21, 2018
Jun 5, 2019
May 10, 2023
May 10, 2023
Jul 2, 2018
Jun 21, 2018

Repository files navigation

selector

単純な 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

API ドキュメント を見る