UNPKG

egg-plugin-context

Version:
10 lines (9 loc) 174 B
/** * egg-plugin-context default config * * @member Config context * @property {String} SOME_KEY - some description */ exports.withContext = { contextName: 'context' }