(env)
| 1 | import { LuaFactory } from '../dist/index.js' |
| 2 | |
| 3 | export const getFactory = (env) => { |
| 4 | return new LuaFactory(undefined, env) |
| 5 | } |
| 6 | |
| 7 | export const getEngine = (config = {}) => { |
| 8 | return new LuaFactory().createEngine({ |
no outgoing calls
no test coverage detected