UNPKG

@sphereon/ssi-sdk-ext.kms-azure-rest-client

Version:

Sphereon SSI-SDK plugin for Azure KeyVault Key Management System.

7 lines (6 loc) 281 B
import { HttpLibrary, RequestContext, ResponseContext } from './http'; import { Observable } from '../rxjsStub'; import "whatwg-fetch"; export declare class IsomorphicFetchHttpLibrary implements HttpLibrary { send(request: RequestContext): Observable<ResponseContext>; }