UNPKG
keet
Version:
latest (4.2.4)
4.2.4
4.2.3
4.2.2
4.2.1
4.1.1
4.1.0
4.0.0
3.5.1
3.5.0
3.4.6
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.2
3.3.1
3.3.0
3.2.11
3.2.10
3.2.8
3.2.7
3.2.6
3.2.5
3.2.4
3.2.3
3.2.1
3.2.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.2.5
2.2.5-rc2
2.2.5-rc
2.2.4
2.2.4-rc2
2.2.4-rc
2.2.3
2.2.2
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.3.1
1.3.1-rc
1.3.0
1.2.0
1.1.0
1.1.0-rc
1.0.8
1.0.8-rc
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.9.0
0.8.2
0.8.1
0.8.0
0.7.4
0.7.4-rc
0.7.3
0.7.2
0.7.1
0.7.0
0.6.3
0.6.2
0.6.1
0.6.0
0.5.13
0.5.12
0.5.11
0.5.10
0.5.9
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
Minimalist view layer for the web
github.com/syarul/keet
syarul/keet
keet
/
examples
/
other.js
11 lines
(6 loc)
•
175 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
// file other.js
import
Keet
from
'../'
class
Other
extends
Keet
{}
const
other =
new
Other
()
setTimeout
(
() =>
other.
inform
(
'other'
),
2000
)
export
default
other