UNPKG

@jonz94/capacitor-sim

Version:

Capacitor plugin to get information from device's sim cards

5 lines 169 B
import { registerPlugin } from '@capacitor/core'; const Sim = registerPlugin('Sim', {}); export * from './definitions'; export { Sim }; //# sourceMappingURL=index.js.map