@sphereon/ssi-sdk-ext.kms-azure-rest-client
Version:
Sphereon SSI-SDK plugin for Azure KeyVault Key Management System.
11 lines • 369 B
TypeScript
export function from(promise: any): Observable;
export function of(value: any): Observable;
export function mergeMap(callback: any): (value: any) => any;
export function map(callback: any): any;
export class Observable {
constructor(promise: any);
promise: any;
toPromise(): any;
pipe(callback: any): Observable;
}
//# sourceMappingURL=rxjsStub.d.ts.map