UNPKG

amf-codec

Version:

AMF0 codec with tiny size and high performance

9 lines (7 loc) 167 B
const decodeReference = (buf, memo) => { const index = buf.readUInt16BE(memo.consume(2)); return memo.references[index]; }; module.exports = { decodeReference, };