UNPKG

tg-commander

Version:

<p align="center"><img src="https://github.com/stone-jin/tg-commander/raw/master/assets/logo.png" alt="tg-commander logo" width="150px" height="150px"></p>

10 lines (9 loc) 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function TgModule(options) { // tslint:disable-next-line:no-empty return function (constructor) { Reflect.defineMetadata("options", options, constructor.prototype); }; } exports.TgModule = TgModule;