()
| 19 | const Plugins = (cap.Plugins = cap.Plugins || ({} as any)); |
| 20 | |
| 21 | const getPlatform = () => { |
| 22 | return capCustomPlatform !== null ? capCustomPlatform.name : getPlatformId(win); |
| 23 | }; |
| 24 | |
| 25 | const isNativePlatform = () => getPlatform() !== 'web'; |
| 26 |
no test coverage detected