0.0.4 • Published 9 years ago

glue-path v0.0.4

Weekly downloads
151
License
MIT
Repository
github
Last release
9 years ago

glue-path Build Status

Glue & normalize path depending on os platform

#Usage

npm install --save glue-path

API

var glue = require('glue-path')
var path = glue(["path", "to", "someting"])
console.log(path)
// in my case im using osx the result will be;
// path/to/something