Files
DefinitelyTyped/types/urllib/urllib-tests.ts
2018-02-14 02:31:04 +08:00

9 lines
130 B
TypeScript

import * as urllib from "urllib";
urllib.curl('https://example.test.com', {
method: "GET",
data: {
test: 'test',
}
});