ZenFS
    Preparing search index...

    Variable infoConst

    info: <T extends { toString(): string } | Error>(message: T) => T

    Shortcut for logging informational messages

    Type declaration

      • <T extends { toString(): string } | Error>(message: T): T
      • Type Parameters

        • T extends { toString(): string } | Error

        Parameters

        • message: T

        Returns T