UNPKG

sipgateio

Version:

The official Node.js library for sipgate.io

4 lines (3 loc) 206 B
import { ContactImport, ContactVCard } from './Address'; export declare const parseVCard: (vCardContent: string) => ContactVCard; export declare const createVCards: (contacts: ContactImport[]) => string[];