UNPKG
@wsst/egg-mongoose
Version:
latest (3.2.1)
3.2.1
3.2.0
egg mongoose plugin
github.com/eggjs/egg-mongoose
eggjs/egg-mongoose
@wsst/egg-mongoose
/
app
/
extend
/
context.js
8 lines
(6 loc)
•
85 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
module
.
exports
= {
get
model
() {
return
this
.
app
.
model
; }, };