@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