mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-09-01 20:39:25 +00:00
don't use directory or extensionless imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Decoders } from '..';
|
||||
import { InfoTrackerNameChunk, InfoTrackerNameChunkData } from '../../models/info/info-tracker-name-chunk';
|
||||
import { InfoTrackerNameChunk, InfoTrackerNameChunkData } from '../../models/info/info-tracker-name-chunk.js';
|
||||
import { Decoders } from '../index.js';
|
||||
|
||||
const nameDecoder = new TextDecoder();
|
||||
export default (buffer: Uint8Array): InfoTrackerNameChunk => {
|
||||
|
||||
Reference in New Issue
Block a user