method CircularDetector.prototype.isActive
CircularDetector.prototype.isActive(): boolean

Reports whether any tokens are currently being resolved.

Return Type

boolean

true if the resolution stack is non-empty

Usage

import { CircularDetector } from "di-plugin/src/index.ts";