UNPKG

@s-ui/lint-reporters

Version:

Send lint errors and golden path metrics to DataDog

9 lines (8 loc) 216 B
import type { Sender } from './Sender/Sender'; type Repository = string; export declare class Reporter { sender: Sender; _isMaster(): Promise<boolean>; _getRepository(): Promise<Repository>; } export {};