Skip to main content
Module

x/aleph/types.d.ts>ImportMeta

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

Properties

readonly
optional
hot: { readonly data: Record<string, unknown>; dispose: (callback: (data: Record<string, unknown>) => void) => void; accept<T = Record<string, unknown>>(callback?: (module: T) => void): void; decline(options?: { delay?: number; }): void; invalidate(): void; watchFile(filename: string, callback: () => void): () => void; }