UNPKG
triplecheck-repository-cosmosdb-sql
Version:
latest (1.0.0)
1.0.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1

triplecheck-repository-cosmosdb-sql
/
src
/
index.ts
3 lines
(2 loc)
•
105 B
text/typescript
View Raw
1
2
3
import
{ createCosmosDb }
from
'./CosmosDbRepository'
;
export
{ createCosmosDb
as
CosmosSqlRepository
};