@onesy/mongo
Version:
Utils for easier using of mongodb library.
9 lines • 345 B
JavaScript
/** @license Mongo v1.0.3
*
* 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 OnesyMongo } from './OnesyMongo';