@types/cleasby-vigfusson-dictionary
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Installation

npm install --save @types/cleasby-vigfusson-dictionary

Summary

This package contains type definitions for cleasby-vigfusson-dictionary (https://github.com/stscoundrel/cleasby-vigfusson-dictionary).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cleasby-vigfusson-dictionary.

index.d.ts

export interface DictionaryEntry {
    word: string;
    definitions: string[];
}

export function getDictionary(): DictionaryEntry[];
export function getNoMarkupDictionary(): DictionaryEntry[];

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by StScoundrel.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/cleasby-vigfusson-dictionary

Weekly Downloads

30

Version

1.0.2

License

MIT

Unpacked Size

3.1 kB

Total Files

5

Last publish

Collaborators

  • types