UNPKG

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