GoogleChromeLabs / native-url

Node's url module implemented using the built-in URL API.
https://npm.im/native-url
Apache License 2.0
284 stars 11 forks source link

use @types/node for typings #6

Closed Toxicable closed 4 years ago

Toxicable commented 4 years ago

This re-exports the types from @types/node as the types for this package. This dosen't ensure that they remain the same but does allow for easier use for users downstream.

This also adds some missing dev deps

Fixes #5

I had some issues running the tests on windows, 8 of them failed under karma, but they all passed with Jest. So i've pushed with --no-verify