UNPKG

@berish/rfp

Version:

Binary secure transport organization protocol for peer communication using function fingerprints

13 lines 412 B
/// <reference types="node" /> import { IBuffer } from './plugin'; export declare enum BufferTypeEnum { default = "default", array = "array", sharedArray = "array", uint8 = "uint8", uint16 = "uint16", uint32 = "uint32" } export declare function isBuffer(data: any): data is Buffer; export declare function getTypeBuffer(data: IBuffer): BufferTypeEnum; //# sourceMappingURL=helper.d.ts.map