I have written mongoose aggregation query where I am using $function inside that with $add field.In that function I am converting out some dates, for that I have used moment library. But it throws me an error inside that $function like mongoose refrence error: moment is not defined. I have already declare moment at the top of my file.
How can I able to use moment into $function mongoose aggregation query.