Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Type Declarations for TypeScript Support and Better IntelliSense #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 11, 2022

  1. Added tsconfig file; added type declaration file and map file; added @…

    …param doc to the module init function for wordnet.js
    JeffMII committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    50ebec5 View commit details
    Browse the repository at this point in the history
  2. Changed some minor doc typos

    JeffMII committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    efc47a7 View commit details
    Browse the repository at this point in the history
  3. Didn't need some of the files and package.json needed to define where…

    … the type declarations can be found
    JeffMII committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    92c1d1c View commit details
    Browse the repository at this point in the history
  4. Fixed a small issue with the type Definition which was being declared…

    … as an array; after verifying the actual type, it shouldn't have been declared as an array; instead, the lookup function returns a Promise<Definition[]> instead of just a Promise<Definition>
    JeffMII committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    160fed8 View commit details
    Browse the repository at this point in the history