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

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

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
method default.prototype.getContent
import { default } from "https://deno.land/x/lume@v1.19.3/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>