Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 247 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 247 Bytes
  1. Install
npm install dom-selector-cheerio
  1. Usage
import { getDomInfo } from 'dom-selector-cheerio'

let res =  await getDomInfo('https://www.xxx.com','a')
console.log('res',res)