UNPKG
jsc
Version:
latest (0.3.11)
0.3.11
0.3.10
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.3
Javascript complexity tool
bahmutov/js-complexity-viz
jsc
/
test
/
amd
/
withAmd.js
12 lines
(11 loc)
•
157 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
define
([],
function
(
) {
var
foo = {
init
:
function
(
) {
return
true
; },
name
:
'something'
};
function
bar
(
) {
return
'something else'
; } });