UNPKG

nigeria-translator

Version:

A lightweight and developer-friendly Node.js + TypeScript package for translating between English and major Nigerian languages — Igbo, Yoruba, and Hausa. Provides simple bidirectional translation functions (English ↔ Igbo, Yoruba, Hausa) powered by the Bi

13 lines (12 loc) 229 B
{ "compilerOptions": { "target": "ES2019", "module": "CommonJS", "declaration": true, "outDir": "dist", "strict": true, "esModuleInterop": true, "resolveJsonModule": true }, "include": ["src"] }