Skip to main content
Module

x/lume/core/site.ts>default#getContent

🔥 Static site generator for Deno 🦕
Extremely Popular
Go to Latest
method default.prototype.getContent
import { default } from "https://deno.land/x/lume@v2.2.4/core/site.ts";

Get the content of a file. Resolve the path if it's needed.

Parameters

file: string
loader: Loader

Returns

Promise<string | Uint8Array | undefined>