UNPKG

turbo-native-goproxy

Version:

A Turbo Native module for secure native local storage

6 lines 397 B
export declare function multiply(a: number, b: number): number; export declare function setSecureItem(key: string, value: string): Promise<void>; export declare function getSecureItem(key: string): Promise<string | null>; export declare function removeSecureItem(key: string): Promise<void>; export declare function hasSecureItem(key: string): Promise<boolean>; //# sourceMappingURL=index.d.ts.map