@pvm/template
Functions
default
โธ default(cwd?): Promise<nunjucks.Environment>
Parameters
| Name | Type |
|---|---|
cwd | string |
Returns
Promise<nunjucks.Environment>
Defined in
packages/pvm-template/lib/env.ts:11
lazyCompileTemplate
โธ Const lazyCompileTemplate(...args): Promise<Template>
Parameters
| Name | Type |
|---|---|
...args | [text: string] |
Returns
Promise<Template>