# wordnet.gloss-todefinition

> Get definition of WordNet from gloss.

Latest version **0.1.1** (published 2018-02-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install wordnet.gloss-todefinition
pnpm add wordnet.gloss-todefinition
yarn add wordnet.gloss-todefinition
bun add wordnet.gloss-todefinition
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2018-02-09 |
| First published | 2018-02-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | wolfram77@gmail.com |
| Maintainers | wolfram77 |
| Keywords | wordnet, gloss, to, definition |

## Links

- npm: https://www.npmjs.com/package/wordnet.gloss-todefinition
- npm.io page: https://npm.io/package/wordnet.gloss-todefinition

## Alternatives

- [update-check](https://npm.io/package/update-check.md) — 4.0M weekly downloads
- [react-native-onesignal](https://npm.io/package/react-native-onesignal.md) — 134.5K weekly downloads
- [react-redux-toastr](https://npm.io/package/react-redux-toastr.md) — 33.7K weekly downloads
- [@nocobase/plugin-notification-manager](https://npm.io/package/@nocobase/plugin-notification-manager.md) — 2.0K weekly downloads
- [react-simple-toasts](https://npm.io/package/react-simple-toasts.md) — 1.9K weekly downloads

## Recent versions

- 0.1.1 (latest) — 2018-02-09
- 0.1.0 — 2018-02-09
- 0.0.2 — 2018-02-09
- 0.0.1 — 2018-02-09

## README

# wordnet.gloss-todefinition

[![NPM](https://nodei.co/npm/wordnet.gloss-todefinition.png)](https://nodei.co/npm/wordnet.gloss-todefinition/)

Get definition of [WordNet] from gloss.

```javascript
const toDefinition = require('wordnet.gloss-todefinition');
// toDefinition(<gloss>)

toDefinition('in an anisotropic manner');
// 'in an anisotropic manner'
toDefinition('in a kind manner or out of kindness; "He spoke kindly to the boy"; "she kindly overlooked the mistake"');
// 'in a kind manner or out of kindness'
```


[WordNet]: https://wordnet.princeton.edu/wordnet/

---
_Source: https://npm.io/package/wordnet.gloss-todefinition · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
