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
/
build
/
index.d.ts
3 lines
(2 loc)
•
105 B
TypeScript
View Raw
1
2
3
import
{ createCosmosDb }
from
'./CosmosDbRepository'
;
export
{ createCosmosDb
as
CosmosSqlRepository
};