Files
composiohq--composio/ts/packages/cli/test/__mocks__/tools-github.ts
T
2026-07-13 12:38:34 +08:00

4 lines
144 B
TypeScript

import TOOLS from './tools-as-enums.json' with { type: 'json' };
export const TOOLS_GITHUB = TOOLS.filter(tool => tool.startsWith('GITHUB_'));