MyRepo-Ums/node_modules/bonjour-service/dist/lib/utils/equal-txt.d.ts

2 lines
97 B
TypeScript
Raw Normal View History

2024-01-19 10:09:11 +00:00
export default function equalTxt(a: Record<string, string>, b: Record<string, string>): boolean;