@neiderruiz/translate-js
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

Translate js package

install package

npm i @neiderruiz/translate-js

how to use it?

import { translate } form '@neiderruiz/translate-js'

// parameters in a object
translate("hola mundo","es", "en").then(response => {
    // if there is an error it returns false
    if(response){
        console.log(response) // Hello World
    }
})

Package Sidebar

Install

npm i @neiderruiz/translate-js

Weekly Downloads

3

Version

1.0.4

License

MIT

Unpacked Size

17.5 kB

Total Files

18

Last publish

Collaborators

  • neiderruiz