getFileEmail4 file matches
A helper function to build a file's email
tuna8 file matches
Simple functional CSS library for Val Town
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/image-url.jpg%20%22Optional%20title%22?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 18318 results for "function"(1274ms)
1export default async function(req: Request): Promise<Response> {
2const html = `
3<!DOCTYPE html>
71let computerScore = 0;
7273function play(playerChoice) {
74const choices = ['rock', 'paper', 'scissors'];
75const computerChoice = choices[Math.floor(Math.random() * 3)];
3import { Header } from "./Header.tsx";
45export function LayoutRoute () {
6// TODO fetch here because we're not doing any caching
7// and we want the user data in the header ?