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>

13 lines (12 loc) 332 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ObjectFactoryImpl = void 0; class ObjectFactoryImpl { constructor(objectBuilder) { this.objectBuilder = objectBuilder; } getObject() { return this.objectBuilder(); } } exports.ObjectFactoryImpl = ObjectFactoryImpl;