UNPKG

@qbcart/cosmos

Version:

Azure Cosmos DB access common across the QBCart node ecosystem.

10 lines (9 loc) 337 B
"use strict"; /*********************************************** * @license * Copyright (c) QBCart Inc. All rights reserved. ************************************************/ Object.defineProperty(exports, "__esModule", { value: true }); exports.Cosmos = void 0; const cosmos_1 = require("./cosmos"); exports.Cosmos = cosmos_1.default;