@unction/endswith
v5.3.0
Published
Determines if a string ends with another string
Downloads
40
Readme
@unction/endsWith
string => string => boolean
Determines if a given subset of text is at the end of another set of text.
endsWith("!")("Hello, world!") // true