UNPKG

elliptical-datetime

Version:

Elliptical phrases to handle natural language dates and times

6 lines (4 loc) 102 B
import _ from 'lodash' export function text (input) { return _.map(input.words, 'text').join('') }