@unction/lackstext
v6.3.0
Published
Determines if a string does not have another string
Readme
@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