UNPKG

@cloudpss/ubjson

Version:

9 lines 250 B
import { DecoderBase } from './base/decoder.js'; /** 解码 UBJSON */ export class Decoder extends DecoderBase { /** 读取完毕 */ get ended() { return this.offset >= this.data.byteLength; } } //# sourceMappingURL=decoder.js.map