mirror of
https://github.com/actions/github-script.git
synced 2025-12-20 22:42:28 +00:00
Merge branch 'main' into joshmgross/node-20
This commit is contained in:
@@ -7,7 +7,7 @@ import * as io from '@actions/io'
|
||||
|
||||
const AsyncFunction = Object.getPrototypeOf(async () => null).constructor
|
||||
|
||||
type AsyncFunctionArguments = {
|
||||
export declare type AsyncFunctionArguments = {
|
||||
context: Context
|
||||
core: typeof core
|
||||
github: InstanceType<typeof GitHub>
|
||||
|
||||
Reference in New Issue
Block a user