mirror of
https://github.com/actions/setup-node.git
synced 2025-07-23 15:08:24 +02:00
use ncc compile source file as a single file
This commit is contained in:
parent
1c24df3126
commit
a0e4ebd604
118 changed files with 18548 additions and 3227 deletions
16
node_modules/@actions/github/lib/github.d.ts
generated
vendored
16
node_modules/@actions/github/lib/github.d.ts
generated
vendored
|
@ -1,8 +1,8 @@
|
|||
import { GraphQlQueryResponse, Variables } from '@octokit/graphql';
|
||||
import Octokit from '@octokit/rest';
|
||||
import * as Context from './context';
|
||||
export declare const context: Context.Context;
|
||||
export declare class GitHub extends Octokit {
|
||||
graphql: (query: string, variables?: Variables) => Promise<GraphQlQueryResponse>;
|
||||
constructor(token: string);
|
||||
}
|
||||
import { GraphQlQueryResponse, Variables } from '@octokit/graphql';
|
||||
import Octokit from '@octokit/rest';
|
||||
import * as Context from './context';
|
||||
export declare const context: Context.Context;
|
||||
export declare class GitHub extends Octokit {
|
||||
graphql: (query: string, variables?: Variables) => Promise<GraphQlQueryResponse>;
|
||||
constructor(token: string);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue