| 1 | import { EventEmitter } from 'events' |
| 2 | import { LuaLibraries, LuaReturn, LuaThread, LuaType, decorate, decorateProxy, decorateUserdata } from '../dist/index.js' |
| 3 | import { expect } from 'chai' |
| 4 | import { getEngine, getFactory } from './utils.js' |
nothing calls this directly
no test coverage detected