Checks if string ends with the given target string.
- Lodash chained on (boolean): true if string ends with target, else false.
See Implementation
Checks if string ends with the given target string.