UNPKG

assets

Version:
6 lines (4 loc) 106 B
var sep = require('path').sep; module.exports = function (path) { return path.split(sep).join('/'); };