API/api.medcify.app/node_modules/snyk/dist/lib/api-token.d.ts

8 lines
382 B
TypeScript
Raw Normal View History

2022-09-26 06:11:44 +00:00
export declare function api(): string | undefined;
export declare function getOAuthToken(): string | undefined;
export declare function getDockerToken(): string | undefined;
export declare function apiTokenExists(): string;
export declare function apiOrOAuthTokenExists(): string;
export declare function getAuthHeader(): string;
export declare function someTokenExists(): boolean;