Skip to main content
Module

x/aleph/types.d.ts>ImportMeta

The Full-stack Framework in Deno.
Very Popular
Go to Latest
interface ImportMeta
import { type ImportMeta } from "https://deno.land/x/aleph@1.0.0-alpha.72/types.d.ts";

Properties

readonly
optional
hot: { watchFile: (filename: string, callback: () => void) => () => void; accept: (callback?: (module: unknown) => void) => void; decline: (delay?: number) => void; }