0.1.0 • Published 5 years ago

@viscum/sel2el v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@viscum/sel2el

TypeScript Build Status Coverage Status Npm Package Info Downloads

综述 | Abstract

DOM element selector.

安装 | Install

npm install @viscum/sel2el --save

使用 | Usage

import sel2el from '@viscum/sel2el'

// return document.querySelector(input)
const el = sel2el('#foobar')

// return input element
const el2 = sel2el(el)
0.1.0

5 years ago