1 line
97 B
TypeScript
Executable file
1 line
97 B
TypeScript
Executable file
export default function equalTxt(a: Record<string, string>, b: Record<string, string>): boolean;
|