Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 178 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 178 Bytes

next-starts-with

String starts with methods.

usage:

nx.startsWith('abc', 'a'); //true
nx.startsWith('abc', 'b');  //false
nx.startsWith('abc', 'b', 1); //true