/*jshint esversion: 6 */ "use strict"; module.exports = { LUAI_MAXCCALLS: 200, LUA_MAXINTEGER: 2147483647, LUA_MININTEGER: -2147483647 };