Skip to content

afeiship/next-ends-with

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors