effect-schema-viz
    Preparing search index...

    Function formatSignature

    • Run the given display of the reference of the given signature through the Prettier code formatter.

      Type Parameters

      • S extends
            | { _tag: "PropertySignature"; name: PropertyKey; reference: Reference }
            | { _tag: "IndexSignature"; name: PropertyKey; reference: Reference }

      Parameters

      • __namedParameters: S

      Returns Effect<S, FormattingError>