firescript / nativescript-contacts

A nativescript module that gives access to the native contact directory.
MIT License
28 stars 32 forks source link

Adds missing method typing #52

Closed jzgoda closed 5 years ago

jzgoda commented 5 years ago

The delete() method was missing from the .d.ts file, added it so it can be used from within TypeScript.

jzgoda commented 5 years ago

I ran into two more missing method typings, for the Group class:

public save(useDefaultContainer: boolean);
public addMember(contact: Contact);
firescript commented 5 years ago

Thanks!

jzgoda commented 5 years ago

No problem!