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

Add type definitions #21

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

Add type definitions #21

wants to merge 4 commits into from

Commits on Oct 22, 2018

  1. Configuration menu
    Copy the full SHA
    2a111ba View commit details
    Browse the repository at this point in the history
  2. Correct typings: Module isn't using an es6 default-export, but should…

    … be imported in TS with `import P2pGraph = require("p2p-graph");`
    tchakabam committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    01a792a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab687b8 View commit details
    Browse the repository at this point in the history
  4. add missing return types

    tchakabam committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    aa2a9f5 View commit details
    Browse the repository at this point in the history