UNPKG

vk-io

Version:

Modern VK API SDK for Node.js

7 lines (6 loc) 250 B
import { Attachment, ExternalAttachment } from '.'; import { API } from '../../api'; /** * Transform raw attachments to wrapper */ export declare const transformAttachments: (rawAttachments: any[], api: API) => (Attachment | ExternalAttachment)[];