UNPKG

@berish/rfp

Version:

Binary secure transport organization protocol for peer communication using function fingerprints

6 lines 236 B
export declare enum PeerStoreCommandEnum { setValue = "setValue", setState = "setState" } export declare function getCommandName(cmd: PeerStoreCommandEnum, storeName: string): string; //# sourceMappingURL=getCommandName.d.ts.map