Skip to main content

Module: template/loadTemplates

Functions

getTemplate

getTemplate(template): string

Parameters

NameType
templatestring

Returns

string

Defined in

template/loadTemplates.ts:11


getTemplates

getTemplates(): Record<string, string>

Returns

Record<string, string>

Defined in

template/loadTemplates.ts:15


loadTemplates

loadTemplates(option): Promise<boolean>

Parameters

NameType
optionPick<default, "templatePath">

Returns

Promise<boolean>

Defined in

template/loadTemplates.ts:19