From a80d704ceb4e7d85dc54a9c3706d6ffa7bf2412f Mon Sep 17 00:00:00 2001 From: daurnimator Date: Sun, 7 Jan 2018 02:05:22 +1100 Subject: src/lauxlib.js: Export luastring_eq --- src/lua.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lua.js') diff --git a/src/lua.js b/src/lua.js index a102431..ccdafd1 100644 --- a/src/lua.js +++ b/src/lua.js @@ -78,6 +78,7 @@ module.exports.LUA_VERSUFFIX = defs.LUA_VERSUFFIX; module.exports.LUA_YIELD = defs.thread_status.LUA_YIELD; module.exports.lua_Debug = defs.lua_Debug; module.exports.lua_upvalueindex = defs.lua_upvalueindex; +module.exports.luastring_eq = defs.luastring_eq; module.exports.luastring_of = defs.luastring_of; module.exports.to_jsstring = defs.to_jsstring; module.exports.to_luastring = defs.to_luastring; -- cgit v1.2.3-54-g00ecf