Table of contents
endsWith (function)
Similar to R.edsWith, but doesn’t work with string
s
Signature
export function endsWith<A>(
E: Eq<A>
): {
(suffix: Array<A>): (as: Array<A>) => boolean;
(suffix: Array<A>, as: Array<A>): boolean;
}; { ... }
Added in v0.1.2