import _ from 'https://cdn.skypack.dev/lodash'; export function helloWorld() { prompt(_.VERSION); }