UNPKG

stepdad

Version:

Stupid simple and lightweight dependency injection

8 lines (7 loc) 181 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Inject = void 0; const Inject = () => { return (target) => { }; }; exports.Inject = Inject;