Skip to content

Commit

Permalink
feat: expose helpers for @dcl/inspector (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
cazala authored Jul 5, 2023
1 parent 3e49c5d commit aa99243
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/@dcl/inspector/src/lib/data-layer/host/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import { createEngineContext } from './utils/engine'
import { initRpcMethods } from '../host/rpc-methods'
import { DataLayerRpcServer, FileSystemInterface } from '../types'

export * from './utils/engine'
export * from './utils/engine-to-composite'

export type DataLayerHost = {
rpcMethods: DataLayerRpcServer
engine: IEngine
Expand Down

0 comments on commit aa99243

Please sign in to comment.