UNPKG

nodevk-ts

Version:

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

5 lines (4 loc) 148 B
export declare type EventReturn<T> = T | Promise<T>; export default interface EventHandler { (...args: any): EventReturn<boolean | void>; }