Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lume/core/filesystem.ts>Dest

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface Dest
import { type Dest } from "https://deno.land/x/lume@v1.19.0/core/filesystem.ts";

The .dest property for a Page

Properties

path: string

The path to the file (without extension)

ext: string

The extension of the file

optional
hash: string

The hash (used to detect content changes)