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 definition #109

Closed
wants to merge 1 commit into from

Conversation

ilikejames
Copy link

A few years ago I had a quick attempt at adding types for this library. https://github.com/pillarjs/router/pull/76.

This looks over the http methods exposed from the methods library and exposes these as lowercase methods on the Router return object e.g. new Router().connect()

This does mean that @types/methods has to be added as a dependency, but it means only the single package will need to be updated as methods itself is updated.

I took some inspiration from PR-100 for the build steps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant