I have this code with the require function of NodeJS and I don't know how it works and what it exactly returns to the "sass" variable. What we archieve with the second require between parenthesis and how it connects with the first require? This question is more about what the second pair of parenthesis does.
const sass = require("gulp-sass")(require("sass"));