Licence
SEE LICENSE IN LICENSE
Version
6.3.0
Deps
2
Size
15 kB
Vulns
0
Weekly
0
@unction/lacksText
string => string => boolean
Determines if a set of text does not have a subset of text.
const data = "I love pies!"
const lacksBestFood = lacksText("pizza")
lacksBestFood(data) // false