Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
polished
/
lib
/
internalHelpers
/
Filename :
_endsWith.js
back
Copy
"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;