mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
5 lines
144 B
TypeScript
5 lines
144 B
TypeScript
import { fileParserTool, fileParserV2Tool } from '@/tools/file/parser'
|
|
|
|
export const fileParseTool = fileParserTool
|
|
export { fileParserV2Tool }
|