node-path-tags
v1.0.0
Published
NodeJs library of the tag functions for create a path string
Downloads
270
Readme
node-path-tags
Usage
import { path, absolutePath as abs } from "node-path-tags";
path`a/b`; // "a\b" if windows else "a/b"
abs`a/b`; // /<absolute path>/a/b