While working on my project, I incorporated underscore.js for its functionality. However, I recently discovered the need for Lodash's fill
function. The idea of adding Lodash to my project seems excessive due to overlapping features with underscore.js. Is there a way to selectively incorporate specific functionalities from Lodash while still using underscore.js?