export default function (obj) {};
export function each(obj, iterator, context) {};
export { each as forEach };
export function something() {};
import _, { each, something as otherthing } from 'underscore';
const file = import("https://file.io/file.js")