UNPKG

@amirmarmul/waba-common

Version:

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

15 lines (14 loc) 348 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Loader = void 0; const Container_1 = require("../../../core/infrastructure/Container"); class Loader { container; constructor() { this.container = Container_1.Container; } load() { this.register(); } } exports.Loader = Loader;