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.d.ts
5 lines
(4 loc)
•
93 B
TypeScript
View Raw
1
2
3
4
5
export
declare
class
Store
{
private
firebaseCrud;
constructor
(
firebaseCrud
:
any
); }