UNPKG
igdb-types
Version:
latest (0.5.2)
0.5.2
0.4.1
0.4.0
TypeScript type definitions for IGDB API responses
github.com/nixiera/idgb-types.git
igdb-types
/
dist
/
index.d.ts
7 lines
(6 loc)
•
210 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * 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'
;