ut-tools
Version:
Build and Release management automation package.
9 lines • 411 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.decodeSegmentFragment = void 0;
const json_1 = require("@stoplight/json");
function decodeSegmentFragment(segment) {
return typeof segment !== 'string' ? String(segment) : (0, json_1.decodePointerFragment)(segment);
}
exports.decodeSegmentFragment = decodeSegmentFragment;
//# sourceMappingURL=decodeSegmentFragment.js.map