UNPKG

cmu-syllable-counter

Version:

Fast and accurate syllable counter for English words using CMU Dictionary

7 lines 196 B
export interface CMUDictionaryEntry { s: number; p: string; h?: string; } export type CMUDictionary = Record<string, CMUDictionaryEntry>; //# sourceMappingURL=dictionary-types.d.ts.map