mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-08-19 22:24:17 +00:00
don't use directory or extensionless imports
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Decoders } from '..';
|
||||
import { Constants } from '../../constants';
|
||||
import { DataPacketChunk, DataPacketChunkData } from '../../models/data/data-packet-chunk';
|
||||
import { Constants } from '../../constants.js';
|
||||
import { DataPacketChunk, DataPacketChunkData } from '../../models/data/data-packet-chunk.js';
|
||||
import { Decoders } from '../index.js';
|
||||
|
||||
export default (buffer: Uint8Array): DataPacketChunk => {
|
||||
const chunk = Decoders.Chunk(buffer);
|
||||
|
||||
Reference in New Issue
Block a user