UNPKG

unstorage

Version:

Universal Storage Layer

6 lines (5 loc) 258 B
export interface CapacitorPreferencesOptions { base?: string; } declare const _default: (opts: CapacitorPreferencesOptions) => import("..").Driver<CapacitorPreferencesOptions, import("@capacitor/preferences").PreferencesPlugin>; export default _default;