UNPKG

@nativescript/contacts

Version:

Easy access to iOS and Android contact directory. Pick a contact, update date, or add a new one!

5 lines (4 loc) 115 B
export declare function getAllContacts(contactFields?: Array<string>): { data: any[]; response: string; };