Skip to main content
Latest
method Site.prototype.getContent
Re-export
import { Site } from "https://deno.land/x/lume_cleancss@v0.2.1/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>