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.

Get An Email File's Email

This helper function will construct your file's email if you pass it the file's import.meta.url.

Example Usage

import { getFileEmail } from "https://esm.town/v/shouser/getFileEmail/main.tsx" export default async function(e: Email) { const email = await getFileEmail(import.meta.url); }