Public
Like
1
translator
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v5View latest version
This directory contains code that is shared between the frontend and backend.
types.ts
- TypeScript interfaces and types used across the application
- Code in this directory must work in both browser and server environments
- Do not use Deno-specific APIs here as they won't work in the browser
- Use
https://esm.sh
for any imports to ensure compatibility