refactor(font): split types into separate files for better maintainability

This commit is contained in:
Ilia Mashkov
2026-01-06 15:23:08 +03:00
parent db814f0b93
commit be14a62e83
16 changed files with 847 additions and 838 deletions

View File

@@ -21,7 +21,7 @@ export {
normalizeFontshareFonts,
normalizeGoogleFont,
normalizeGoogleFonts,
} from './api/normalize';
} from './api/normalize/normalize';
export type {
// Domain types
FontCategory,
@@ -57,4 +57,4 @@ export type {
// Normalization types
UnifiedFont,
UnifiedFontVariant,
} from './model/types';
} from './model/types/index';