Preview: _endsWith.js
Size: 256 B
/home/byroehnu/easepay.easetack.com/node_modules/polished/lib/internalHelpers/_endsWith.js
"use strict";
exports.__esModule = true;
exports["default"] = endsWith;
/**
* Check if a string ends with something
* @private
*/
function endsWith(string, suffix) {
return string.substr(-suffix.length) === suffix;
}
module.exports = exports.default;
Directory Contents
Dirs: 0 × Files: 29