Skip to content
This repository was archived by the owner on Oct 7, 2021. It is now read-only.

Commit dadef3a

Browse files
committed
update to got
1 parent 056846e commit dadef3a

File tree

3 files changed

+170
-348
lines changed

3 files changed

+170
-348
lines changed

index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import { get } from "request";
1+
import got from 'got';
22

3-
get("https://google.com");
3+
got("https://google.com");

0 commit comments

Comments
 (0)