Files
SAFEKISO/safekiso-server/node_modules/snyk/dist/lib/api-token.d.ts
2026-04-07 14:50:23 +09:00

8 lines
382 B
TypeScript

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;