Check whether a string ends with a suffix. Dual-form: call with both
arguments for a direct result, or with just the suffix for a pipe-friendly
predicate.
Parameters
s: string
suffix: string
Returns boolean
endsWith(suffix:string):(s:string)=>boolean
Check whether a string ends with a suffix. Dual-form: call with both
arguments for a direct result, or with just the suffix for a pipe-friendly
predicate.
Check whether a string ends with a suffix. Dual-form: call with both arguments for a direct result, or with just the suffix for a pipe-friendly predicate.