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

    Interface IAnyProducer

    Interface for objects that can produce a value lazily at synthesis time.

    interface IAnyProducer {
        produce(): unknown;
    }
    Index

    Methods

    Methods