mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-08-15 04:13:51 +00:00
4 lines
123 B
JavaScript
4 lines
123 B
JavaScript
const chunk = require('../chunk');
|
|
|
|
module.exports = (trackerChunks) => chunk(0x0001, Buffer.concat(trackerChunks), true);
|