UNPKG
8-divine
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0

github.com/woow-wu7/8-divine
8-divine
/
examples
/
utils
/
index.js
17 lines
(12 loc)
•
213 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export
const
getTimer
= (
) => +
new
Date
();
function
log
(
target
) { target.
isTestable
=
true
; } @log
class
TestClass
{ att =
1
; }
export
const
getLazyData
= (
) => {
return
"data"
; };
export
{
TestClass
};