UNPKG
morning-builds-core
Version:
latest (1.0.1)
1.0.1
Core functionality for Morning Builds
morning-builds-core
/
build
/
src
/
store
/
__mocks__
/
index.js
10 lines
•
281 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
Store
=
/**
@class
*/
(
function
(
) {
function
Store
(
firebaseCrud
) {
this
.
firebaseCrud
= firebaseCrud; }
return
Store
; }());
exports
.
Store
=
Store
;
//# sourceMappingURL=index.js.map