UNPKG

igdb-types

Version:

TypeScript type definitions for IGDB API responses

7 lines (6 loc) 210 B
/** * Export all enums, types, and validators from their respective index files. * This approach improves maintainability and allows for cleaner imports. */ export * from './enums'; export * from './types';