UNPKG

@nativescript/secure-storage

Version:

Secure Storage NativeScript plugin

9 lines (7 loc) 230 B
/** * iOS and Android apis should match. * It doesn't matter if you export `.ios` or `.android`, either one but only one. */ export * from './index.ios'; // Export any shared classes, constants, etc. export * from './common';