Skip to content

Commit 4a31eab

Browse files
author
Hyunje Jun
committed
Remove "got" declaration in global.d.ts
1 parent c7a9b0e commit 4a31eab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

types/global.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/* tslint:disable interface-over-type-literal no-namespace */
22
// Type definitions globally used in source code
33

4-
// FIXME: got has no ts declarations for the time being
5-
declare module "got";
6-
74
declare namespace Line {
85
export type ClientConfig = {
96
channelAccessToken: string,

0 commit comments

Comments
 (0)