mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-08-19 14:14:22 +00:00
4 lines
118 B
JavaScript
4 lines
118 B
JavaScript
const chunk = require('../chunk');
|
|
|
|
module.exports = (trackerName) => chunk(0x0000, Buffer.from(trackerName), false);
|