UNPKG
@feature-hub/core
Version:
define-serialized-state-manager (2.11.2-define-serialized-state-manager.0)
history-v5 (3.0.0-history-v5.f376f3a2.0)
latest (3.7.0)
next (2.9.0-alpha.1)
3.7.0
3.6.0
3.4.1
3.4.0
3.3.0
3.0.0
3.0.0-history-v5.f376f3a2.0
3.0.0-history-v5.0ee5fb21.0
2.13.0
2.11.2-define-serialized-state-manager.0
2.11.1
2.11.0
2.9.0
2.9.0-alpha.1
2.9.0-alpha.0
2.9.0-2.0
2.9.0-1.0
2.8.1
2.8.0
2.7.0
2.7.0-alpha.1
2.7.0-alpha.0
2.4.1
2.4.0
2.3.1
2.2.0
2.1.1
2.0.0
2.0.0-alpha.1
2.0.0-alpha.0
1.7.0
1.7.0-alpha.1
1.7.0-alpha.0
1.5.0
1.5.0-alpha.0
1.4.0
1.3.0
1.1.0
1.0.1
1.0.0
0.13.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.1
0.1.0
Create scalable web applications using micro frontends.
feature-hub.io
feature-hub/feature-hub
@feature-hub/core
/
lib
/
esm
/
__tests__
/
logger.js
8 lines
•
169 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
const
logger
=
{
trace:
jest.fn()
,
debug:
jest.fn()
,
info:
jest.fn()
,
warn:
jest.fn()
,
error:
jest.fn()
, }
;
//#
sourceMappingURL=logger.js.map