UNPKG

dota2-fork

Version:

A node-steam plugin for Dota 2. Fork with fresh updates

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