mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
8 lines
232 B
TypeScript
8 lines
232 B
TypeScript
import { readTool } from './read'
|
|
import { updateTool } from './update'
|
|
import { writeTool } from './write'
|
|
|
|
export const sheetsReadTool = readTool
|
|
export const sheetsWriteTool = writeTool
|
|
export const sheetsUpdateTool = updateTool
|