UNPKG

silk-gui

Version:

GUI for developers and Node OS

5 lines (4 loc) 184 B
// returns true if the supplied string ends with the supplied ending module.exports = function (string, ending) { return string.indexOf(ending) === string.length - ending.length; };