getTeams CallablegetTeams(catalogDir: string): (options?: {}) => Promise<Team[]>Returns all teams from EventCatalog.@exampleimport utils from '@eventcatalog/utils';const { getTeams } = utils('/path/to/eventcatalog');// Gets all teams from the catalogconst channels = await getTeams();
Returns all teams from EventCatalog.