mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Remove node-fetch from type
This commit is contained in:
parent
5349cf9965
commit
84903f5182
1 changed files with 0 additions and 2 deletions
2
types/async-function.d.ts
vendored
2
types/async-function.d.ts
vendored
|
|
@ -5,7 +5,6 @@ import { Context } from '@actions/github/lib/context';
|
|||
import { GitHub } from '@actions/github/lib/utils';
|
||||
import * as glob from '@actions/glob';
|
||||
import * as io from '@actions/io';
|
||||
import fetch from 'node-fetch';
|
||||
export declare type AsyncFunctionArguments = {
|
||||
context: Context;
|
||||
core: typeof core;
|
||||
|
|
@ -13,7 +12,6 @@ export declare type AsyncFunctionArguments = {
|
|||
exec: typeof exec;
|
||||
glob: typeof glob;
|
||||
io: typeof io;
|
||||
fetch: typeof fetch;
|
||||
require: NodeRequire;
|
||||
__original_require__: NodeRequire;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue