don't use directory or extensionless imports

This commit is contained in:
2025-09-16 21:45:32 -05:00
parent 9cfd033380
commit cd125da49b
48 changed files with 134 additions and 134 deletions
+2 -2
View File
@@ -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 => {