readonly logResult:()

in src/cli.ts [11:22]


  readonly logResult: (error: any) => void
  /**
   * This is a callback function to report validation tools exception.
   */
  readonly logError: (error: any) => void
  /**
   * This is a callback function to report an info.
   */
  readonly logInfo: (info: any) => void
}

export type Config = {