UNPKG
wndb-with-exceptions
Version:
latest (3.0.2)
3.0.2
3.0.1
WordNet exception files
wordnet.princeton.edu
morungos/WNdb-with-exceptions
wndb-with-exceptions
/
index.js
4 lines
(3 loc)
•
172 B
JavaScript
View Raw
1
2
3
4
exports.version
=
"3.0"
; // this is the WordNet DB version
exports.path
= require(
'path'
).join(__dirname,
"dict"
)
;
exports.files
= require(
'fs'
).readdirSync(exports.path)
;