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
/
inversify
/
es
/
utils
/
id.js
blob: 2976c9fd792137482fc8fd4524e8f1a6527a10dd (
plain
)
1
2
3
4
5
var
idCounter
=
0
;
function
id
()
{
return
idCounter
++
;
}
export
{
id
};