Type Utils
    Preparing search index...

    Variable setMessageFormatorConst

    setMessageFormator: <T>(formator: (...args: any[]) => string, arg: T) => T = imprintMessageFormator

    Type declaration

      • <T>(formator: (...args: any[]) => string, arg: T): T
      • Type Parameters

        • T

        Parameters

        • formator: (...args: any[]) => string
        • arg: T

        Returns T