mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
7 lines
No EOL
239 B
JavaScript
7 lines
No EOL
239 B
JavaScript
module.exports = {
|
|
autocomplete: {
|
|
googleDictionary: require('./autocomplete/googleDictionary'),
|
|
translateLanguage: require('./autocomplete/translateLanguage'),
|
|
urbanDictionary: require('./autocomplete/urbanDictionary')
|
|
}
|
|
} |