UNPKG

@secretlint/types

Version:
9 lines 342 B
import type { SecretLintCoreResult } from "./SecretLintCore.js"; export type SecretLintFormatterOptions = { /** * Default: true */ color?: boolean; }; export type SecretLintFormatter = (results: SecretLintCoreResult[], formatterConfig: SecretLintFormatterOptions) => string; //# sourceMappingURL=SecretLintFormatter.d.ts.map