UNPKG

grpc-server-ts

Version:

a grpc server side module built by typescrpt

17 lines 495 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * @author Xuezi * @email xzj15859722542@hotmail.com * @create date 2018-06-14 05:58:38 * @modify date 2018-06-14 05:58:38 * @desc [description] */ const ServiceContainer_1 = require("../ServiceContainer"); function Service(path) { return function (target) { ServiceContainer_1.ServiceContainer.registryService(target, path); }; } exports.Service = Service; //# sourceMappingURL=Service.js.map