9 lines
72 B
JavaScript
9 lines
72 B
JavaScript
function translate() {
|
|
// body...
|
|
}
|
|
|
|
|
|
module.exports = {
|
|
translate
|
|
}
|
|
|