UNPKG

@aparajita/capacitor-secure-storage

Version:

Capacitor 7+ plugin that provides secure storage for the iOS and Android

5 lines (4 loc) 172 B
import type { SecureStoragePlugin } from './definitions.js'; declare const proxy: SecureStoragePlugin; export * from './definitions.js'; export { proxy as SecureStorage };