UNPKG

@leordev-web5/api

Version:

SDK for accessing the features and capabilities of Web5

7 lines 241 B
export declare class SendCache { private static cache; static sendCacheLimit: number; static set(id: string, target: string): void; static check(id: string, target: string): boolean; } //# sourceMappingURL=send-cache.d.ts.map