Lodash.endsWith

Checks if string ends with the given target string.

struct Lodash
nothrow @trusted @safe ref
endsWith
(
T
U = Any
)
(
auto ref T target
,
auto ref U position = U.init
)

Return Value

Type: auto ref

- Lodash chained on (boolean): true if string ends with target, else false.

Meta