// Local file that imports external (lodash) import _ from "lodash"; export function helper() { return _.capitalize("hello"); }