mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-15 12:09:40 +08: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