UNPKG

declapract

Version:

A tool to declaratively define best practices, maintainable evolve them, and scalably enforce them.

6 lines (5 loc) 194 B
export declare const checkContainsSubstring: ({ declaredContents, foundContents, bAnnotation, }: { declaredContents: string; foundContents: string; bAnnotation?: string; }) => void;