Closed JohnKimDev closed 7 years ago
The launchnavigator type is incorrectly declared as any. The correct type should be "LaunchNavigator". Please update the code in launchnavigator.d.ts
launchnavigator
any
declare var launchnavigator: LaunchNavigator;
This was fixed by commit 459d4f10b53d518a7cdcb78519f960d45ea17ecd and published in v4.0.0, as can be seen on the master branch
The
launchnavigator
type is incorrectly declared asany
. The correct type should be "LaunchNavigator". Please update the code in launchnavigator.d.tsdeclare var launchnavigator: LaunchNavigator;