UNPKG

expo-secure-store

Version:

Provides a way to encrypt and securely store key-value pairs locally on the device.

3 lines 171 B
export declare const VALUE_BYTES_LIMIT = 2048; export declare function byteCountOverLimit(value: string, limit: number): boolean; //# sourceMappingURL=byteCounter.d.ts.map