Preview: _endsWith.js.flow
Size: 199 B
/home/byroehnu/easepay.easetack.com/node_modules/polished/lib/internalHelpers/_endsWith.js.flow
// @flow
/**
* Check if a string ends with something
* @private
*/
export default function endsWith(string: string, suffix: string): boolean {
return string.substr(-suffix.length) === suffix
}
Directory Contents
Dirs: 0 × Files: 29