1.0.6 • Published 4 years ago

@maboroshi/selector v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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 ドキュメント を見る

1.0.6

4 years ago

1.0.5

5 years ago

1.0.5-rc.3

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago