@unction/startswith
v5.3.0
Published
Determines if a string starts with another string
Downloads
9
Readme
@unction/startsWith
string => string => boolean
Determines if a given subset of text is at the start of another set of text.
startsWith("Hello")("Hello, world!") // true