mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-09-07 23:39:16 +00:00
convert to typescript
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import chunk from '../chunk';
|
||||
|
||||
export default (trackerId: number, trackerNameChunk: Buffer): Buffer => chunk(trackerId, trackerNameChunk, true);
|
||||
Reference in New Issue
Block a user