2 lines
97 B
TypeScript
Executable File
2 lines
97 B
TypeScript
Executable File
export default function equalTxt(a: Record<string, string>, b: Record<string, string>): boolean;
|