UNPKG
nhn-cd-sdk
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
NHN Cheating Detection SDK
nhn-cd-sdk
/
examples
/
js
/
app.js
8 lines
(6 loc)
•
139 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import step1
from
'./step1.js'
; import step2
from
'./step2.js'
; import step3
from
'./step3.js'
; step1.
init
(); step2.
init
(); step3.
init
();