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