Skip to content

PLATFORM_VIEWS_EXTENSIONS

@tsed/platform-views

Usage

typescript
import { PLATFORM_VIEWS_EXTENSIONS } from "@tsed/platform-views";

See /packages/platform/platform-views/src/types/domain/PlatformViewsSettings.ts.

Overview

ts
const PLATFORM_VIEWS_EXTENSIONS: {
    atpl: string;
    bracket: string;
    dot: string;
    dust: string;
    ect: string;
    ejs: string;
    haml: string;
    "haml-coffee": string;
    hamlet: string;
    hbs: string;
    handlebars: string;
    hogan: string;
    htmling: string;
    jazz: string;
    jqtpl: string;
    just: string;
    kernel: string;
    liquid: string;
    liquor: string;
    lodash: string;
    mote: string;
    mustache: string;
    nunjucks: string;
    plates: string;
    pug: string;
    qejs: string;
    ractive: string;
    razor: string;
    jsx: string;
    slm: string;
    squirelly: string;
    swig: string;
    teacup: string;
    templayed: string;
    twig: string;
    underscore: string;
    vash: string;
    velocityjs: string;
    walrus: string;
    whiskers: string;
};

atpl

ts
atpl: string;

bracket

ts
bracket: string;

dot

ts
dot: string;

dust

ts
dust: string;

ect

ts
ect: string;

ejs

ts
ejs: string;

haml

ts
haml: string;

"haml-coffee"

ts
"haml-coffee": string;

hamlet

ts
hamlet: string;

hbs

ts
hbs: string;

handlebars

ts
handlebars: string;

hogan

ts
hogan: string;

htmling

ts
htmling: string;

jazz

ts
jazz: string;

jqtpl

ts
jqtpl: string;

just

ts
just: string;

kernel

ts
kernel: string;

liquid

ts
liquid: string;

liquor

ts
liquor: string;

lodash

ts
lodash: string;

mote

ts
mote: string;

mustache

ts
mustache: string;

nunjucks

ts
nunjucks: string;

plates

ts
plates: string;

pug

ts
pug: string;

qejs

ts
qejs: string;

ractive

ts
ractive: string;

razor

ts
razor: string;

jsx

ts
jsx: string;

slm

ts
slm: string;

squirelly

ts
squirelly: string;

swig

ts
swig: string;

teacup

ts
teacup: string;

templayed

ts
templayed: string;

twig

ts
twig: string;

underscore

ts
underscore: string;

vash

ts
vash: string;

velocityjs

ts
velocityjs: string;

walrus

ts
walrus: string;

whiskers

ts
whiskers: string;

Released under the MIT License.