import { graph } from './graph'; import { ir } from './ir'; export const debugTools = { graph, ir, };