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