1
2
3
4
import _ from "npm:lodash-es";
let numbers = _.range(10);
export const untitled_scarletLlama = numbers.map(n => n * 2);