/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
packages/core/openapi/src/routes/index.ts
13 строк
330 B
Jamie Howard
Add new @strapi/openapi package (#24024)
28 июл 2025, 14:02
Не верифицирован
28 июл 2025, 14:02
7af2e99
Код
Авторство
О чём код?
export { RouteCollector } from './collector'; export { RouteMatcher } from './matcher'; export { AbstractRoutesProvider, AdminRoutesProvider, ApiRoutesProvider, PluginRoutesProvider, } from './providers'; export * as rules from './rules'; export type { RoutesProvider } from './providers'; export type * from './types';