UNPKG

@amirmarmul/waba-common

Version:

![GitHub release](https://img.shields.io/github/v/release/amirmarmul/waba-common?style=flat-square)

9 lines (8 loc) 672 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Inject = exports.Service = exports.ContainerInstance = exports.Container = void 0; var typedi_1 = require("typedi"); Object.defineProperty(exports, "Container", { enumerable: true, get: function () { return typedi_1.Container; } }); Object.defineProperty(exports, "ContainerInstance", { enumerable: true, get: function () { return typedi_1.ContainerInstance; } }); Object.defineProperty(exports, "Service", { enumerable: true, get: function () { return typedi_1.Service; } }); Object.defineProperty(exports, "Inject", { enumerable: true, get: function () { return typedi_1.Inject; } });