Skip to content

afeiship/next-ends-with

Repository files navigation

next-ends-with

Checks if string ends with the given target string.

usage:

nx.endsWith('abc', 'c'); // true
nx.endsWith('abc', 'b'); // false

About

Checks if string ends with the given target string.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published