UNPKG

@jaisocx/objdata

Version:

ObjData represents the Objects and array and arrays of objects, where no parsing by bytewise chars comparisons are not used (XML and Json are in all text IDEs readable/writable, and use comaparisons of chars), and the instantiating a JavaScript Object ins

8 lines 498 B
import { ObjDataHelpingProps } from "./ObjDataTypes.js"; export declare class ObjDataParser { static parse(objDataByteBuf: Uint8Array): any; static parseProperty(objDataByteBuf: Uint8Array, offset: number, dataHelper: ObjDataHelpingProps, parentObject: any): any; static parsePropHeaders(byteBuf: Uint8Array, offset: number): ObjDataHelpingProps; static fetchData(url: any, method?: any, headers?: Record<string, string>): Promise<any>; } //# sourceMappingURL=ObjDataParser.d.ts.map