@tixae-labs/typesaurus-react
Version:
React Hooks for Typesaurus, type-safe Firestore ODM, MAINTAINED BY TIXAE LABS
29 lines (28 loc) • 666 B
JavaScript
;
Object.defineProperty(exports, "dummyLazyReadHook", {
enumerable: true,
get: function () {
return _index3.dummyLazyReadHook;
}
});
Object.defineProperty(exports, "useLazyRead", {
enumerable: true,
get: function () {
return _index3.useLazyRead;
}
});
Object.defineProperty(exports, "useRead", {
enumerable: true,
get: function () {
return _index.useRead;
}
});
Object.defineProperty(exports, "useWrite", {
enumerable: true,
get: function () {
return _index2.useWrite;
}
});
var _index = require("./useRead/index.js");
var _index2 = require("./useWrite/index.js");
var _index3 = require("./useLazyRead/index.js");