ZenFS
    Preparing search index...

    Variable critConst

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

    Shortcut for logging critical errors

    Type declaration

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

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

        Parameters

        • message: T

        Returns T