Typeberry by Fluffy Labs - v0.5.6
    Preparing search index...

    Type Alias IoTraceOutput

    IoTraceOutput: (line: string) => void

    Output function type for IO trace logging. Each call should output a single line.

    Type Declaration

      • (line: string): void
      • Parameters

        • line: string

        Returns void