the-forest/client/node_modules/bonjour-service/dist/lib/utils/equal-txt.d.ts
2024-09-17 20:35:18 -04:00

2 lines
97 B
TypeScript

export default function equalTxt(a: Record<string, string>, b: Record<string, string>): boolean;