UNPKG

284 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports["default"] = getStringLabelKey;
7
8var _constants = require("../constants");
9
10function getStringLabelKey(labelKey) {
11 return typeof labelKey === 'string' ? labelKey : _constants.DEFAULT_LABELKEY;
12}
\No newline at end of file