UNPKG

@binkylabs/muzzle

Version:

A muzzle for your TypeSpec linting rules. It's experimental, slightly unethical, and definitely effective.

3 lines (2 loc) 169 B
import { DiagnosticTarget, SourceLocation } from "@typespec/compiler"; export declare function findSuppressTarget(target: DiagnosticTarget): SourceLocation | undefined;