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

x/view_engine/node_modules/@types/ejs/index.d.ts>resolveInclude

🚀A Template View Engine for Deno frameworks
Latest
function resolveInclude
import { resolveInclude } from "https://deno.land/x/view_engine@v10.6.0/node_modules/@types/ejs/index.d.ts";

Get the path to the included file from the parent file path and the specified path.

Parameters

name: string

specified path

filename: string

parent file path

optional
isDir: boolean

whether the parent file path is a directory

Returns

string