export function myFunction() { return Promise.resolve(["a", "b", "c"]); }