UNPKG

@clawject/di

Version:

<p align="center"> <a href="https://clawject.com/" target="_blank"><img src="https://clawject.com/img/logo.svg" align="center" alt="Clawject Logo" width="120" height="120" /></a> </p>

10 lines (9 loc) 275 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DependencyInjectionValue = void 0; class DependencyInjectionValue { constructor(value) { this.value = value; } } exports.DependencyInjectionValue = DependencyInjectionValue;