@berish/rfp
Version:
Binary secure transport organization protocol for peer communication using function fingerprints
13 lines • 402 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.bufferToBufferPrintPlugin = void 0;
const helper_1 = require("./helper");
exports.bufferToBufferPrintPlugin = {
isForSerialize: (buffer) => {
return helper_1.isBuffer(buffer);
},
isForDeserialize: (buffer) => {
return helper_1.isBuffer(buffer);
},
};
//# sourceMappingURL=plugin.js.map