UNPKG

jscc

Version:

Tiny and powerful preprocessor for conditional comments and replacement of compile-time variables in text files

4 lines 185 B
"use strict"; const path = require("path"); module.exports = (fname) => (fname ? path.relative(process.cwd(), fname).replace(/\\/g, '/') : ''); //# sourceMappingURL=path-relative.js.map