mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-08-31 20:09:16 +00:00
5 lines
157 B
TypeScript
5 lines
157 B
TypeScript
import chunk from '../chunk.js';
|
|
|
|
export default (trackerId: number, trackerNameChunk: Uint8Array): Uint8Array =>
|
|
chunk(trackerId, trackerNameChunk, true);
|