8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
node-fetch
1 parent 5349cf9 commit 84903f5Copy full SHA for 84903f5
types/async-function.d.ts
@@ -5,15 +5,13 @@ import { Context } from '@actions/github/lib/context';
5
import { GitHub } from '@actions/github/lib/utils';
6
import * as glob from '@actions/glob';
7
import * as io from '@actions/io';
8
-import fetch from 'node-fetch';
9
export declare type AsyncFunctionArguments = {
10
context: Context;
11
core: typeof core;
12
github: InstanceType<typeof GitHub>;
13
exec: typeof exec;
14
glob: typeof glob;
15
io: typeof io;
16
- fetch: typeof fetch;
17
require: NodeRequire;
18
__original_require__: NodeRequire;
19
};
0 commit comments