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