clearMyApimain.tsx1 match
1let { fizz } = await import("https://esm.town/v/acmu/fizz");
23export function clearMyApi(name) {
4fizz = "";
5return "clear yes nbnbnb";
You can access search results via JSON API by adding format=json
to your query:
https://codesearch.val.run/$%7Burl%7D?q=api&page=1402&format=json
For typeahead suggestions, use the /typeahead
endpoint:
https://codesearch.val.run/typeahead?q=api
Returns an array of strings in format "username" or "username/projectName"
Found 15312 results for "api"(1310ms)
1let { fizz } = await import("https://esm.town/v/acmu/fizz");
23export function clearMyApi(name) {
4fizz = "";
5return "clear yes nbnbnb";