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/$%7BsvgDataUrl%7D?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 30462 results for "function"(2662ms)
1export default async function(req: Request): Promise<Response> {
2if (req.method !== "POST") {
3return new Response("Only POST allowed", { status: 405 });
20<div id="demo-badges"></div>
21<script>
22function toggleBg() {
23document.body.classList.toggle('dark')
24const btn = document.querySelector('.toggle-btn');