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>

9 lines (8 loc) 329 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LifecycleKind = void 0; var LifecycleKind; (function (LifecycleKind) { LifecycleKind["POST_CONSTRUCT"] = "POST_CONSTRUCT"; LifecycleKind["PRE_DESTROY"] = "PRE_DESTROY"; })(LifecycleKind || (exports.LifecycleKind = LifecycleKind = {}));