dpa99c / phonegap-launch-navigator

Phonegap/Cordova plugin which launches native route navigation apps for Android, iOS and Windows
369 stars 129 forks source link

typo in .d.ts #221

Closed tuif closed 4 years ago

tuif commented 5 years ago

Hello, There is a small mistake in .d.ts: enableDebug: ( enabled: boolean, successCallback: (any) => void, errorCallback?: (error: string) => void ) => void;

successCallback should be the type of (result: any) => void, otherwise typescript compiler would failed if noImplicitAny is set true in tsconfig.json.

catalinmitrofan commented 4 years ago

I encountered the same issue. Is there any plan, when the typo would get fixed?

dpa99c commented 4 years ago

Fixed by #229