UNPKG

curaprofile2json

Version:

input curaprofile and output json

4 lines 191 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (relative) => `${process.cwd()}/${relative}`; //# sourceMappingURL=relativePathToAbsolute.js.map