UNPKG

nyks

Version:

nodejs exupery style

8 lines (5 loc) 186 B
"use strict"; var startsWith = require('mout/string/startsWith'); module.exports = function(str, start){ return startsWith(str, start) ? str.substr(start.length) : str.toString(); }