UNPKG

relative-time-format

Version:

A convenient Intl.RelativeTimeFormat polyfill

9 lines (7 loc) 191 B
import { Labels } from '../../index'; type LocaleLabelsForStyle = Labels & { locale: 'tn'; style: 'long'; }; declare const localeLabels: LocaleLabelsForStyle; export default localeLabels;