Type alias FormatFunc

FormatFunc: ((input: any, rec: any) => string)

Type declaration

    • (input: any, rec: any): string
    • Parameters

      • input: any
      • rec: any

      Returns string

Generated using TypeDoc