@amaui/mongo
Version:
Utils for easier using of mongodb library.
9 lines • 351 B
JavaScript
/** @license AmauiMongo v1.1.39
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
export { default as Mongo } from './Mongo';
export * from './Mongo';
export { default as BaseCollection } from './BaseCollection';
export { default as AmauiMongo } from './AmauiMongo';