dictionjs
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

NPM

Advanced dictionary module for NodeJS.

TypeScript import

import { dictionary } from 'dictionjs'

Example

const dictionary = require("dictionjs")

(async () => {
   var result = await dictionary.findWord({ langCode: "tr", word: "araba" })
   console.log(result);
})();

Readme

Keywords

Package Sidebar

Install

npm i dictionjs

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

8.74 kB

Total Files

6

Last publish

Collaborators

  • bris