UNPKG

estimated-reading-time

Version:

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

4 lines (3 loc) 193 B
// Exportar las interfaces que queramos de otros ficheros de forma explícita export { TextFormat } from './text-format.js'; export { estimatedReadingTime } from './estimated-reading-time.js';