1export function myApi(name) {
2 return "hi " + name;
3}
1export function myApi(name) {
2 return "hi " + name;
3}
1export function myApi(name) {
2 return "hi " + name;
3}
6 // "Bullet",
7 // "Computer",
8 // "Rapid",
9 // "Top Rated",
10 // "Blitz",
1import { myApi } from "https://esm.town/v/abdulamite/myApi";
2
3export let helloFriend = "Hello, " + myApi("abdulamite", "55");
1export function myApi(name) {
2 return "hi " + name;
3}
9 };
10};
11export const paginateAPI = async <T extends any = any>(
12 url: string,
13 options?: RequestInit,
4 async function fetchRandomJoke() {
5 const response = await fetch(
6 "https://official-joke-api.appspot.com/random_joke",
7 );
8 return response.json();
1export function myApi(name) {
2 return "hi " + name;
3}
1export function myApi(name) {
2 return "hi " + name;
3}