firescript / nativescript-contacts

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

Export functions in d.ts file missing parameters #27

Closed NicoleZA closed 6 years ago

NicoleZA commented 7 years ago

should be something like this:

export function getContact(string[]): Promise<GetContactResult>;
export function getContactsByName(string[]): Promise<GetFetchResult>;
henrychavez commented 7 years ago

+1

firescript commented 6 years ago

Merged a new PR that fixes this. @NicoleZA @henrychavez thanks @NitayRabi