UNPKG

estimated-reading-time

Version:

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

5 lines (4 loc) 85 B
export interface Options { wordsPerMinute?: number; isTechnical?: boolean; }