summaryrefslogtreecommitdiff
path: root/src/env.d.ts
blob: 9a4ed322d779ed4877022beeec83d4ab18c86968 (plain)
1
2
3
4
5
6
7
import type { env } from "./lib/environment.ts";

type ImportMetaEnv = typeof env;

interface ImportMeta {
  readonly env: ImportMetaEnv;
}