UNPKG

statistic-mongoose

Version:

Override Feathers service adapter for the Mongoose ORM

6 lines (4 loc) 188 B
const hooks = require('./hooks'); const statisticService = require('./statisticService'); Object.assign(statisticService, { hooks, statisticService }); module.exports = statisticService;