10 lines
144 B
Plaintext
10 lines
144 B
Plaintext
var spline = use('extramath/spline')
|
|
|
|
log.console('module import worked')
|
|
|
|
var mod = use('mod1')
|
|
|
|
log.console('local import worked')
|
|
|
|
$_.stop()
|