jsmreese / moment-duration-format

Format function plugin for the Moment Duration object.
MIT License
967 stars 121 forks source link

simple usage not working. how to use it? #113

Open eran-or opened 6 years ago

eran-or commented 6 years ago

I try something like: import * as moment from 'moment' import durationFormat from 'moment-duration-format'

console.log(durationFormat(moment())) but getting an error : Cannot set property 'format' of undefined at init

moment is working correctly but 'moment-duration-format' not. please help. how to use it right without other plugins

eran-or commented 6 years ago

That what I've already done as you see above: (import * as moment from 'moment' import durationFormat from 'moment-duration-format') strange.