UNPKG

@ionic/core

Version:
16 lines (12 loc) 292 B
/*! * (C) Ionic http://ionicframework.com - MIT License */ 'use strict'; const index = require('./index-c8d52405.js'); const getCapacitor = () => { if (index.win !== undefined) { return index.win.Capacitor; } return undefined; }; exports.getCapacitor = getCapacitor;