summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/tiny-relative-date/src/index.js
blob: c2cef688995ec4a7eda99286bc363012513fccca (plain)
1
2
3
4
import relativeDateFactory from './factory'
import enTranslations from '../translations/en'

export default relativeDateFactory(enTranslations)