UNPKG
morning-builds-core
Version:
latest (1.0.1)
1.0.1
Core functionality for Morning Builds
morning-builds-core
/
build
/
src
/
store
/
index.d.ts
6 lines
(5 loc)
•
108 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
Store
{
statistics
:
any
;
execution
:
any
;
constructor
(
firebaseCrud
:
any
); }