UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

11 lines (10 loc) 300 B
export type FetchOptionsLike = { proxy: string | undefined; noProxy: string | string[]; strictSSL: boolean; cert: string | string[] | undefined; ca: string[] | undefined; }; export declare function getProxyFetchOptions(params: { npmConfigGetCwd: string; }): FetchOptionsLike;