UNPKG

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