UNPKG

@technobuddha/library

Version:
9 lines (8 loc) 209 B
/** * Approximate the number of syllables in a string * * @param input The string * @returns the number of syllables */ export declare function syllables(input: string): number; export default syllables;