1
2
3
import { myApi } from "https://esm.town/v/dpetrouk/myApi";
export const myApi2 = (name) => myApi(name + ", my friend");