FuncType - v0.8.85
    Preparing search index...

    Function Base

    • Base Object from which most other objects inherit

      Type Parameters

      • T

      Parameters

      • type: string

        The type name for the object

      • body: T

        The implementation body

      Returns T & { _tag: string; toString(): string }