UNPKG

nodulator

Version:

Complete NodeJS Framework for Restfull APIs

4 lines (3 loc) 105 B
module.exports = function(path) { return path.split(/[\\\/]/g).map(encodeURIComponent).join('/'); };