mirror of
https://github.com/actions/github-script.git
synced 2025-12-08 08:06:23 +00:00
Remove node-fetch from type
This commit is contained in:
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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user