UNPKG

@codama/renderers-js-umi

Version:

JavaScript renderer compatible with the Umi framework

10 lines 532 B
export type ContextInterface = 'downloader' | 'eddsa' | 'http' | 'identity' | 'payer' | 'programs' | 'rpc' | 'transactions' | 'uploader'; export declare class ContextMap { protected readonly _interfaces: Set<ContextInterface>; add(contextInterface: ContextInterface | ContextInterface[]): ContextMap; remove(contextInterface: ContextInterface | ContextInterface[]): ContextMap; mergeWith(...others: ContextMap[]): ContextMap; isEmpty(): boolean; toString(): string; } //# sourceMappingURL=ContextMap.d.ts.map