tuna9 file matches
Simple functional CSS library for Val Town
getFileEmail4 file matches
A helper function to build a file's email
AutomationFunction1 file match
trmnl_plugins2 file matches
Backend functions for TRMNL plugins
You can access search results via JSON API by adding format=json
to your query:
https://codesearch.val.run/$2?q=function&page=1&format=json
For typeahead suggestions, use the /typeahead
endpoint:
https://codesearch.val.run/typeahead?q=function
Returns an array of strings in format "username" or "username/projectName"
Found 29307 results for "function"(1755ms)
8console.log("[DEBUG] ytdl_core module imported successfully.");
910export default async function server(request: Request): Promise<Response> {
11const url = new URL(request.url);
12const youtubeUrl = url.searchParams.get("url");
130131/**
132* Utility function to simulate async operations
133*/
134private static delay(ms: number): Promise<void> {