UNPKG

balena-settings-storage

Version:
4 lines (3 loc) 149 B
import type { StorageFactory } from '../types'; export declare const isSupported: () => boolean; export declare const createStorage: StorageFactory;