@commodo/fields-storage-nedb
Version:
We're working hard to get all the docs in order. New articles will be added daily.
19 lines (14 loc) • 371 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _fields = require("@commodo/fields");
var _fields2 = require("@commodo/fields-storage-nedb/fields");
var _default = () => {
return (0, _fields.withFields)({
id: (0, _fields2.id)()
});
};
exports.default = _default;
//# sourceMappingURL=withId.js.map