UNPKG

nodevk-ts

Version:

Simple Node.js module that allows you to interact with the VKontakte API.

9 lines (8 loc) 211 B
const DefaultConfigSession = { version: "5.126", debug: false, url: "https://api.vk.com/method/" }; export function getDefaultConfig() { return Object.assign({}, DefaultConfigSession); }