Reputation: 613
I'm using moment
library, I want to initialize localeData
function.
but I got this error:
Uncaught TypeError: moment.localeData is not a function
my moment version is: "^2.24.0"
.
var moment = require('moment')
console.log('moment',moment.localeData())
Upvotes: 2
Views: 3939