This website works better with JavaScript
Home
Explore
Help
Sign In
lovecoding
/
web250825
Watch
10
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
main
Branches
Tags
main
web250825
/
webpack
/
demo
/
node_modules
/
bonjour-service
/
dist
/
lib
/
utils
/
equal-txt.d.ts
equal-txt.d.ts
97 B
Permalink
History
Raw
1
export default function equalTxt(a: Record<string, string>, b: Record<string, string>): boolean;