UNPKG

estimated-reading-time

Version:

Calculate the estimated reading time of a given text (plain text or HTML)

7 lines (6 loc) 120 B
export interface Result { numWords: number; minutes: number; seconds: number; roundedMinutes: number; }