UNPKG

node-vk-api-bot

Version:

A library that helps you to create chat-bot for group or user

6 lines (5 loc) 225 B
declare const _default: { <T>(url: string | URL, options: RequestInit, cb: (err: Error | null, data: T | null) => void): void; <T_1>(url: string | URL, options: RequestInit): Promise<T_1>; }; export default _default;