UNPKG

egg-cloud

Version:

A microservices framework for Node.js

13 lines (10 loc) 198 B
'use strict'; const Service = require('../../lib/core/base_service'); module.exports = { /** * Service 基类 * @member {Service} Application#Service * @since 1.0.0 */ Service, };