NathanWalker / nativescript-fancyalert

Fancy alerts for NativeScript.
Other
147 stars 38 forks source link

fix: bad constructor type #60

Closed larssn closed 5 years ago

larssn commented 5 years ago

Fixes compile error: ERROR in node_modules/nativescript-fancyalert/index.d.ts(49,28): error TS1183: An implementation cannot be declared in ambient contexts

NathanWalker commented 5 years ago

Sweet thank you! I was not seeing an issue with this in my projects so I'm guessing depending on tsconfig setups perhaps exposes this? At any rate thank you 👍

larssn commented 5 years ago

You're very welcome