Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Определение типов TypeScript для стандартной библиотеки JavaScript для работы с ВКонтакте.

VK.init(function () { 
    // success 
    VK.callMethod('showInviteBox');
    VK.api('account.getAppPermissions', null, function (data) { console.log(data); });
    // etc
  }, function () {
    // error
  }, '5.31');