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); }