UNPKG

declapract

Version:

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

5 lines (4 loc) 150 B
export declare const checkEqualsString: ({ declaredContents, foundContents, }: { declaredContents: string; foundContents: string; }) => void;