As a beginner in JavaScript, I am interested in converting this line into an import statement:
var sass = require('gulp-sass')(require('sass'));
I have successfully converted the other requires into imports but I'm struggling with this specific syntax.