UNPKG

jsctags

Version:
12 lines (6 loc) 178 B
var mod = window.mymodule mod.func = function() { return 10 } mod.func //: fn() -> number var otherMod = window.yourmodule.theirmodule otherMod.c = 10 otherMod.c //: number