UNPKG

171 BTypeScriptView Raw
1import { Engine } from "../types";
2/**
3 * Returns a value within [-0x20000000000000, 0x20000000000000]
4 */
5export declare function int53Full(engine: Engine): number;