()
| 40 | * Utility to get the currently targeted platform definition |
| 41 | */ |
| 42 | export function getPlatform(): INativeScriptPlatform { |
| 43 | return platforms[getPlatformName()]; |
| 44 | } |
| 45 | |
| 46 | /** |
| 47 | * Utility to get all registered/available platforms |
no test coverage detected