File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import { prettyByte } from "./utils/prettyByte" ;
2- import { ExtensionCodecType , ExtensionCodec } from "./ExtensionCodec" ;
2+ import { ExtensionCodec } from "./ExtensionCodec" ;
33import { decodeInt64 } from "./utils/int" ;
44import { utf8Decode } from "./utils/utf8" ;
55import { createDataView , ensureUint8Array } from "./utils/typedArrays" ;
Original file line number Diff line number Diff line change 1- import { ExtensionCodecType , ExtensionCodec } from "./ExtensionCodec" ;
1+ import { ExtensionCodecType } from "./ExtensionCodec" ;
22import { Decoder } from "./Decoder" ;
33
44type DecodeAsyncOptions = Partial <
Original file line number Diff line number Diff line change 1- import { ExtensionCodec , ExtensionCodecType } from "./ExtensionCodec" ;
1+ import { ExtensionCodecType } from "./ExtensionCodec" ;
22import { Encoder } from "./Encoder" ;
33
44export type EncodeOptions = Partial <
You can’t perform that action at this time.
0 commit comments