Public
Like
getFileEmail
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.
This helper function will construct your file's email if you pass it the file's import.meta.url
.
import { getFileEmail } from "https://esm.town/v/shouser/getFileEmail/main.tsx"
export default async function(e: Email) {
const email = await getFileEmail(import.meta.url);
}
Email