@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) • 308 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
const hasFields = value => {
if (value && value.__withStorage) {
return true;
}
return false;
};
var _default = hasFields;
exports.default = _default;
//# sourceMappingURL=hasStorage.js.map