UNPKG
kstpl
Version:
latest (1.1.0)
1.1.0
1.0.2
1.0.1
1.0.0
Ksike Template Engine
github.com/ameksike/kstpl
ameksike/kstpl
kstpl
/
types
/
src
/
types.d.ts
5 lines
(4 loc)
•
150 B
TypeScript
View Raw
1
2
3
4
5
export
type
TEnumDrv
=
'ejs'
|
'twig'
|
'twing'
|
'str'
|
'highlight'
|
'mark'
|
'markdown'
;
export
type
TList
<T =
any
> = { [
name
:
string
]: T; };