UNPKG
ucbuilder
Version:
beta (2.0.1-beta.6)
beta.3 (1.0.0-beta.3)
latest (2.0.1)
2.0.1
2.0.1-beta.6
2.0.1-beta.5
2.0.1-beta.4
2.0.1-beta.2
2.0.1-beta.1
2.0.1-beta.0
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
:Shree Ganeshay Namah: new way app design
github.com/pratik2201/ucbuilder
pratik2201/ucbuilder
ucbuilder
/
out
/
build
/
TemplateMaker.d.ts
8 lines
(7 loc)
•
225 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
class
TemplateMaker
{
mainImportMeta
:
string
;
templateCache
:
Map
<
string
,
Function
>;
constructor
(
mainImportMeta
:
string
);
private
loadTemplate;
compileTemplate
(
template
:
string
):
Function
; }