@lppedd/di-wise-neo - v0.6.0
    Preparing search index...

    Function createType

    • Creates a type token.

      Type Parameters

      • T

      Parameters

      • typeName: string

      Returns Type<T>

      const ISpell = createType<Spell>("Spell");
      

      @NO_SIDE_EFFECTS