UNPKG
@totalsoft/pino-multitenancy
Version:
latest (2.0.1)
2.0.1
2.0.0
1.2.1
1.2.0
1.1.0
Correlation id mixin for pino
github.com/osstotalsoft/rocket-toolkit
osstotalsoft/rocket-toolkit
@totalsoft/pino-multitenancy
/
src
/
index.ts
7 lines
(5 loc)
•
218 B
text/typescript
View Raw
1
2
3
4
5
6
7
// Copyright (c) TotalSoft.
// This source code is licensed under the MIT license.
import
tenantIdMixin
from
'./tenantIdMixin'
import
tenantCodeMixin
from
'./tenantCodeMixin'
export
{ tenantIdMixin, tenantCodeMixin }