jsmreese / moment-duration-format

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

How to use in nestjs #157

Open kingrootid opened 2 years ago

kingrootid commented 2 years ago

Use Code : import moment from 'moment'; var momentDurationFormatSetup = require('moment-duration-format'); momentDurationFormatSetup(moment);

And get error Moment Duration Format init cannot find moment instance.