UNPKG
component-dbs-core
Version:
latest (1.0.1)
1.0.1
1.0.0
DTO objects shared among device backend
bitbucket.org/npco_dev/component-dbs-core
component-dbs-core
/
dist
/
src
/
common_services
/
dynamodb
/
index.d.ts
4 lines
(3 loc)
•
145 B
TypeScript
View Raw
1
2
3
4
import
{
DynamodbService
}
from
'./dynamodbService'
;
import
{
DynamodbUtils
}
from
'./dynamodbUtils'
;
export
{
DynamodbService
,
DynamodbUtils
};