@c8y/client
Version:
Client application programming interface to access the Cumulocity IoT-Platform REST services.
12 lines • 345 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports._ = void 0;
exports.gettext = gettext;
// Just for translation annotation
// Note: Own file because of conflicts if put in barrel directly.
const _ = str => str;
exports._ = _;
function gettext(str) {
return str;
}
//# sourceMappingURL=gettext-typed.js.map