npm.io
6.3.0 • Published 5 years ago

@unction/lackstext

Licence
SEE LICENSE IN LICENSE
Version
6.3.0
Deps
2
Size
15 kB
Vulns
0
Weekly
0

@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

Keywords