Skip to main content
Module

x/lume/core/scripts.ts>ScriptOrFunction

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
type alias ScriptOrFunction
import { type ScriptOrFunction } from "https://deno.land/x/lume@v1.15.2/core/scripts.ts";

A script or function

definition: string | (() => unknown) | ScriptOrFunction[]