mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-08-19 22:24:17 +00:00
4 lines
128 B
JavaScript
4 lines
128 B
JavaScript
const chunk = require('../chunk');
|
|
|
|
module.exports = (trackerId, trackerNameChunk) => chunk(trackerId, trackerNameChunk, true);
|