Files
sim/apps/sim/tools/file/index.ts

5 lines
144 B
TypeScript

import { fileParserTool, fileParserV2Tool } from '@/tools/file/parser'
export const fileParseTool = fileParserTool
export { fileParserV2Tool }