FuncType - v0.20.0
    Preparing search index...

    Function Base

    • Base Object from which most other objects inherit Now includes automatic Do-notation support via doUnwrap method

      Type Parameters

      • T extends Record<string, unknown>

      Parameters

      • type: string

        The type name for the object

      • body: T

        The implementation body

      Returns T & { _tag: string; doUnwrap(): DoResult<unknown>; toString(): string }