UNPKG

@capacitor/preferences

Version:

The Preferences API provides a simple key/value persistent store for lightweight data.

5 lines (4 loc) 157 B
import type { PreferencesPlugin } from './definitions'; declare const Preferences: PreferencesPlugin; export * from './definitions'; export { Preferences };