UNPKG

@jonz94/capacitor-sim

Version:

Capacitor plugin to get information from device's sim cards

11 lines (6 loc) 222 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var core = require('@capacitor/core'); const Sim = core.registerPlugin('Sim', {}); exports.Sim = Sim; //# sourceMappingURL=plugin.cjs.js.map