the-forest/client/node_modules/bonjour-service/dist/lib/utils/equal-txt.d.ts

2 lines
97 B
TypeScript
Raw Normal View History

2024-09-17 20:35:18 -04:00
export default function equalTxt(a: Record<string, string>, b: Record<string, string>): boolean;