UNPKG
foam-framework
Version:
latest (0.5.0)
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
MVC metaprogramming framework
github.com/foam-framework/foam
foam-framework/foam
foam-framework
/
demos
/
TypeCheck.html
9 lines
(8 loc)
•
251 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
<
html
>
<
head
>
<
link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"..//core/foam.css"
/>
<
script
language
=
"javascript"
src
=
"../core/bootFOAM.js"
>
</
script
>
<
title
>
TypeCheck Demo
</
title
>
</
head
>
<
body
>
<
script
src
=
"TypeCheck.js"
>
</
script
>
</
body
>
</
html
>