nxkit
Version:
This is a collection of tools, independent of any other libraries
8 lines (7 loc) • 487 B
TypeScript
export function _readBigUIntBE(self: any, offset: any, end: any): bigint;
export function _readBigInt64BE(self: any, offset: any): bigint;
export function _readBigUInt64BE(self: any, offset: any): bigint;
export function _writeBigIntLE(bytes: any, bigint: any): number;
export function _writeBigInt64BE(self: any, value: any, offset?: number): number;
export function _writeBigUInt64BE(self: any, value: any, offset?: number): number;
export declare function _set(_checkInt: any): void;