{"ast":null,"code":"import AsyncStorage from \"./AsyncStorage\";\nexport { useAsyncStorage } from \"./hooks\";\nexport default AsyncStorage;","map":{"version":3,"sources":["index.ts"],"names":[],"mappings":"AAAA,OAAA,YAAA;AAGA,SAAA,eAAA;AAGA,eAAA,YAAA","sourcesContent":["import AsyncStorage from './AsyncStorage';\nimport type { AsyncStorageHook, AsyncStorageStatic } from './types';\n\nexport { useAsyncStorage } from './hooks';\nexport type { AsyncStorageStatic } from './types';\n\nexport default AsyncStorage;\n\n// @ts-ignore AsyncStorage mock module\ndeclare module '@react-native-async-storage/async-storage/jest/async-storage-mock' {\n  export function useAsyncStorage(key: string): AsyncStorageHook;\n  const AsyncStorageLib: AsyncStorageStatic;\n  export default AsyncStorageLib;\n}\n"]},"metadata":{},"sourceType":"module"}