UNPKG

backendless-coderunner

Version:
5 lines (4 loc) 90 B
'use strict' exports.toUnix = function toUnix(path) { return path.replace(/\\/g, '/') }