@jiway/firestorm-core - v1.1.1
    Preparing search index...

    Type Alias ForwardRef<T>

    ForwardRef: () => Type<T>

    Used to delay when a type is retrieved, mostly to solve cyclic dependencies

    Type Parameters

    • T

      Compile time type of the type returned

    Type Declaration