index
:
langdetect
trunk
LangDetect - An AI program to detect the language from a text
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
node_modules
/
fast-deep-equal
/
react.d.ts
blob: c7eb9c79694cccf3232d3830d9d67a6e200c0662 (
plain
)
1
2
declare
const
equal
:
(
a
:
any
,
b
:
any
)
=>
boolean
;
export
=
equal
;