Could not use moment methods like moment().utc().format()
shows below error message.
TS2349: This expression is not callable.
Type 'typeof import("/nxdev/unified-ai/node_modules/moment/ts3.1-
typings/moment.d.ts")' has no call signatures.
I tried to import moment as
import * as moment from 'moment';
moment version: 2.29.4
node version: 18.14.0.