UNPKG

relative-time-format

Version:

A convenient Intl.RelativeTimeFormat polyfill

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