mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-01-30 05:27:30 +00:00
366 B
366 B
DefinitelyTyped for Urllib
Current Urllib Version
v2.25.4
Usage
npm install --save-dev @types/urllib
example:
import * as urllib from ".";
urllib.curl('https://example.test.com', {
method: "GET",
data: {
test: 'test',
}
})
License
MIT
dependencies
@types/node