UNPKG
@nativescript/secure-storage
Version:
latest (4.0.1)
4.0.1
4.0.0
3.0.3
3.0.2
3.0.1
3.0.0
Secure Storage NativeScript plugin
github.com/NativeScript/plugins
NativeScript/plugins
@nativescript/secure-storage
/
index.d.ts
9 lines
(7 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * 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'
;