UNPKG

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