@commodo/fields-storage
Version:
We're working hard to get all the docs in order. New articles will be added daily.
22 lines (18 loc) • 492 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _repropose = require("repropose");
const withStorageName = storageName => {
return function (fn) {
return (0, _repropose.withProps)({
__withStorageName: storageName
})((0, _repropose.withStaticProps)({
__withStorageName: storageName
})(fn));
};
};
var _default = withStorageName;
exports.default = _default;
//# sourceMappingURL=withStorageName.js.map