UNPKG

nyks

Version:

nodejs exupery style

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