UNPKG

calcium-lang

Version:
10 lines (9 loc) 227 B
import FuncBody from "./funcBody"; /** * built-in `int()` function * @param args accept an argument that is a number or a string * @param env * @returns an integer value */ declare const int: FuncBody; export default int;