UNPKG

moleculer-mongobubble

Version:

A Moleculer module for generating CRUD APIs using MongoBubble.

14 lines (13 loc) 526 B
export * from './actions/create'; export * from './actions/delete'; export * from './actions/get'; export * from './actions/list'; export * from './actions/patch'; export * from './actions/put'; export * from './actions/replace'; export * from './MongoBubbleService.mixin'; export * from './utils/call-override'; export * from './utils/ejson'; export * from './utils/params'; export { default as EjsonServiceMixin } from './EjsonService.mixin'; export { default as MongoBubbleServiceMixin } from './MongoBubbleService.mixin';