UNPKG

@swtc/serializer

Version:
9 lines 262 B
import SerializedType from "./SerializedType"; /** * Convert int64 big number input * to HEX string, then serialize it. * -2,147,483,648 to +2,147,483,648 */ declare const STInt64: SerializedType; export default STInt64; //# sourceMappingURL=STInt64.d.ts.map