@commodo/fields-storage
Version:
We're working hard to get all the docs in order. New articles will be added daily.
18 lines (14 loc) • 342 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
const getStorageName = value => {
if (value && value.__withStorageName) {
return value.__withStorageName;
}
return "";
};
var _default = getStorageName;
exports.default = _default;
//# sourceMappingURL=getStorageName.js.map