Skip to content

Commit 84903f5

Browse files
committed
Remove node-fetch from type
1 parent 5349cf9 commit 84903f5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

‎types/async-function.d.ts‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ import { Context } from '@actions/github/lib/context';
55
import{GitHub}from'@actions/github/lib/utils';
66
import*asglobfrom'@actions/glob';
77
import*asiofrom'@actions/io';
8-
importfetchfrom'node-fetch';
98
exportdeclaretypeAsyncFunctionArguments={
109
context: Context;
1110
core: typeofcore;
1211
github: InstanceType<typeofGitHub>;
1312
exec: typeofexec;
1413
glob: typeofglob;
1514
io: typeofio;
16-
fetch: typeoffetch;
1715
require: NodeRequire;
1816
__original_require__: NodeRequire;
1917
};

0 commit comments

Comments
 (0)