UNPKG

capacitor-vpn-detector

Version:

Capacitor plugin to detect VPN connections on Android and iOS.

7 lines 268 B
import { registerPlugin } from '@capacitor/core'; const VpnDetector = registerPlugin('VpnDetectorPlugin', { web: () => import('./web').then((m) => new m.VpnDetectorWeb()), }); export * from './definitions'; export { VpnDetector }; //# sourceMappingURL=index.js.map