[go: nahoru, domu]

Skip to content

Commit

Permalink
Remove node-fetch from type
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmgross committed Nov 8, 2023
1 parent 5349cf9 commit 84903f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions types/async-function.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ 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;
github: InstanceType<typeof GitHub>;
exec: typeof exec;
glob: typeof glob;
io: typeof io;
fetch: typeof fetch;
require: NodeRequire;
__original_require__: NodeRequire;
};
Expand Down

0 comments on commit 84903f5

Please sign in to comment.