README
has-string
Returns if a webpage has a string or not!
Usage
npx has-string https://google.com 'Feeling Lucky'
Checks website for string
<script type="module">
import hasString from 'https://cdn.skypack.dev/has-string';
</script>
Returns if a webpage has a string or not!
npx has-string https://google.com 'Feeling Lucky'