UNPKG

power-di

Version:

A lightweight Dependency Injection library. Using es6 and other features, remove unnecessary concepts, easy and convenient to use.

6 lines 203 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.nameSymbol = void 0; /** class name */ exports.nameSymbol = Symbol('className'); //# sourceMappingURL=ClassInfo.js.map