UNPKG

reading-time-estimator

Version:

A medium's like reading time estimator with internationalization support

4 lines (3 loc) 169 B
import type { I18n } from './i18n'; import type { SupportedLanguages } from './supportedLanguages'; export declare const translations: Record<SupportedLanguages, I18n>;