Skip to main content
Module

x/lume/core/utils.ts>resolveInclude

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
function resolveInclude
import { resolveInclude } from "https://deno.land/x/lume@v1.17.4/core/utils.ts";

Resolve the path of an included file Used in the template engines and processors

Parameters

path: string
includesDir: string
optional
fromDir: string
optional
rootToRemove: string

Returns

string