1.0.6 • Published 5 years ago

@maboroshi/selector v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.5

6 years ago

1.0.5-rc.3

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago