@nfdi4plants/swate-components
Version:
Customizable React components for ontology annotation, based on Swate and the ARC.
33 lines • 2.14 kB
TypeScript
import { float64, float32, uint32, uint16, int16, int8, int32, uint8 } from '@fable-org/fable-library-js/Int32.js';
import { TypeInfo } from '@fable-org/fable-library-js/Reflection.js';
import { int64, uint64 } from '@fable-org/fable-library-js/BigInt.js';
export declare function interpretStringAs(typ: any, str: string): any;
export declare class Reader {
readonly data: uint8[];
pos: int32;
readonly numberBuffer: uint8[];
constructor(data: uint8[]);
}
export declare function Reader_$reflection(): TypeInfo;
export declare function Reader_$ctor_Z3F6BC7B1(data: uint8[]): Reader;
export declare function Reader__ReadByte(_: Reader): uint8;
export declare function Reader__ReadRawBin_Z524259A4(_: Reader, len: int32): uint8[];
export declare function Reader__ReadString_Z524259A4(_: Reader, len: int32): string;
export declare function Reader__ReadUInt8(x: Reader): uint8;
export declare function Reader__ReadInt8(x: Reader): int8;
export declare function Reader__ReadUInt16(x: Reader): uint16;
export declare function Reader__ReadInt16(_: Reader): int16;
export declare function Reader__ReadUInt32(x: Reader): uint32;
export declare function Reader__ReadInt32(_: Reader): int32;
export declare function Reader__ReadUInt64(x: Reader): uint64;
export declare function Reader__ReadInt64(_: Reader): int64;
export declare function Reader__ReadFloat32(x: Reader): float32;
export declare function Reader__ReadFloat64(x: Reader): float64;
export declare function Reader__ReadMap_412036CA(x: Reader, len: int32, t: any): any;
export declare function Reader__ReadSet_412036CA(x: Reader, len: int32, t: any): any;
export declare function Reader__ReadRawArray_412036CA(x: Reader, len: int32, elementType: any): any[];
export declare function Reader__ReadArray_412036CA(x: Reader, len: int32, t: any): any;
export declare function Reader__ReadBin_412036CA(x: Reader, len: int32, t: any): any;
export declare function Reader__Read_24524716(x: Reader, t: any): any;
export declare function Reader__readNumber<$a>(this$: Reader, len: int32, bytesInterpretation: ((arg0: [uint8[], int32]) => $a)): $a;
//# sourceMappingURL=Read.fs.d.ts.map