1
2
3
4
5
6
7
import { githubStarred } from "https://esm.town/v/tefla/githubStarred";
export const untitled_salmonCow = (async () => {
let res = githubStarred;
let githubStaredProjects = res.map((i) => i.full_name);
return githubStaredProjects;
})();