@julian thank you for your answare, it's also gonna help me. but i meand in my question to docs about the modules. for example, i'll use the composer module:
require(['composer/formatting'], function (f) { });
or the topics module:
require(['forum/topic'], function (t) { });
and i want to learn their methods and properties.