defunctzombie / node-url

node.js core url module as a module
MIT License
375 stars 96 forks source link

Create url.d.ts #50

Closed zunyan closed 3 years ago

zunyan commented 4 years ago

add d.ts to support typescript build system

DG-King commented 4 years ago

it is fail

ljharb commented 3 years ago

This isn't a TypeScript project. Types are best added in a DefinitelyTyped package, rather than conflating the semver of real JS code with the semver of types.

Please feel free to add me as an owner on the DT PR, and I'll review as needed.