@c8y/client
Version:
Client application programming interface to access the Cumulocity IoT-Platform REST services.
10 lines • 340 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.gettext = void 0;
/**
* Identity function used for marking strings for translation
* @deprecated Use the typed version of gettext instead from typed-gettext file.
*/
const gettext = t => t;
exports.gettext = gettext;
//# sourceMappingURL=gettext.js.map