Jan 20, 2022
Just asking, don't you think moment is a huge bloat for such a simple pipe implementation? I mean the `import * as moment from 'moment'` goes against every good import practice (as all the whole library will get imported into your vendor file because of using *).