UNPKG

@microsoft/omnichannel-chat-sdk

Version:
11 lines 369 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.parseLowerCaseString = void 0; var parseLowerCaseString = function (property) { return String(property).toLowerCase(); }; exports.parseLowerCaseString = parseLowerCaseString; exports.default = { parseLowerCaseString: parseLowerCaseString }; //# sourceMappingURL=parsers.js.map