UNPKG

vinyl

Version:
10 lines (6 loc) 150 B
'use strict'; var path = require('path'); function normalize(str) { return str === '' ? str : path.normalize(str); } module.exports = normalize;