UNPKG
cmudict
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
A node.js wrapper around the CMU Pronunciation Dictionary
nathanielksmith/node-cmudict
cmudict
/
index.js
2 lines
(1 loc)
•
43 B
JavaScript
View Raw
1
2
module.exports
= require(
'./lib/cmudict'
)
;