UNPKG

bing-translate-result

Version:

A simple translate API for Bing Translator. Exports translate, audio and detect. ## Install ``` npm i bing-translate-result ``` ## Usage Translate: ```javascript import bing from 'bing-translate-result';

15 lines 371 B
{ "compilerOptions": { "outDir": "dist", "module": "es6", "target": "es5", "lib": ["ES2015", "DOM"], "declaration": true, "noUnusedLocals": true, "noUnusedParameters": true, "strict": true, "moduleResolution": "node" }, "include": ["src"], "exclude": ["node_modules"] }