UNPKG
linguee
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.1
Bilingual word translation straight from Linguee website
github.com/fesnt/linguee
fesnt/linguee
linguee
/
index.js
8 lines
(5 loc)
•
164 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
loadedContainer
=
require(
'./config/loadedContainer'
);
const
linguee
=
loadedContainer.get(
'linguee'
);
module
.
exports
= { translate: linguee.translate };