django-vue3-admin-web/node_modules/aws-crt/dist/native/eventstream_utils.d.ts
2025-10-20 21:21:14 +08:00

13 lines
516 B
TypeScript

export declare const MAX_INT8: number;
export declare const MIN_INT8: number;
export declare const MAX_INT16: number;
export declare const MIN_INT16: number;
export declare const MAX_INT32: number;
export declare const MIN_INT32: number;
export declare const MAX_INT64: bigint;
export declare const MIN_INT64: bigint;
/** @internal */
export declare function marshalInt64BigintAsBuffer(value: bigint): Uint8Array;
/** @internal */
export declare function unmarshalInt64BigintFromBuffer(buffer: ArrayBuffer): bigint;