@cdk-x/core
    Preparing search index...

    Interface IResolvable

    Interface that any resolvable token must implement. Any object with a resolve() method is treated as a resolvable token by the ImplicitTokenResolver (duck typing — no base class required).

    interface IResolvable {
        resolve(context: ResolveContext): unknown;
    }
    Index

    Methods

    Methods