isblankpage
v1.0.2
Published
judge if the page is blank
Downloads
1
Maintainers
Readme
isBlankPage
judge if the page is blank
useage
import isBlankPage from 'isblankpage'
isBlankPage().then(res =>console.log(res))
isBlankPage(document.body, true).then(res =>console.log(res))