UNPKG

@casual-simulation/aux-common

Version:
10 lines 320 B
import { BotLookupTableHelper } from './BotLookupTableHelper'; export function createPrecalculatedContext(objects) { const context = { objects: objects, cache: new Map(), lookup: new BotLookupTableHelper(), }; return context; } //# sourceMappingURL=BotCalculationContextFactory.js.map