Skip to main content
Module

x/lume_plugin_ci/deps.ts>Site#getContent

Lume plugin for CI information
Go to Latest
method Site.prototype.getContent
Re-export
import { Site } from "https://deno.land/x/lume_plugin_ci@v0.1.0/deps.ts";

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

Parameters

file: string
optional
unnamed 1: ResolveOptions = [UNSUPPORTED]

Returns

Promise<string | Uint8Array | undefined>