Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 638 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 638 Bytes

@unction/lacksText

Tests Stability Dependencies

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