UNPKG
eta
Version:
latest (4.6.0)
next (4.0.0-beta.1)
4.6.0
4.5.1
4.5.0
4.4.1
4.4.0
4.3.1
4.3.0
4.2.0
4.1.0
4.0.1
4.0.0
4.0.0-beta.1
4.0.0-alpha.2
4.0.0-alpha.1
3.5.0
3.4.1
3.4.0
3.3.0
3.2.0
3.1.1
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
2.2.0
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.14.2
1.14.1
1.14.0
1.13.0
1.12.3
1.12.2
1.12.1
1.12.0
1.11.0
1.10.1
1.10.0
1.9.0
1.8.0
1.7.0
1.6.2
1.6.1
1.6.0
1.5.0
1.4.0
1.3.0
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
0.0.0
Lightweight, fast, and powerful embedded JS template engine
eta.js.org
eta-dev/eta
eta
/
dist
/
types
/
containers.d.ts
10 lines
•
286 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
Cacher
}
from
'./storage'
;
import
type
{
TemplateFunction
}
from
'./compile'
;
/** * Eta's template storage * * Stores partials and cached templates */
declare
const
templates
:
Cacher
<
TemplateFunction
>;
export
{ templates };
//# sourceMappingURL=containers.d.ts.map