You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
523 B

{"ast":null,"code":"import AsyncStorage from \"./AsyncStorage\";\nexport { useAsyncStorage } from \"./hooks\";\nexport default AsyncStorage;","map":{"version":3,"sources":["index.ts"],"names":["AsyncStorage","useAsyncStorage"],"mappings":"AAAA,OAAOA,YAAP;AAEA,SAASC,eAAT;AAIA,eAAeD,YAAf","sourcesContent":["import AsyncStorage from './AsyncStorage';\n\nexport { useAsyncStorage } from './hooks';\n\nexport type { AsyncStorageStatic } from './types';\n\nexport default AsyncStorage;\n"]},"metadata":{},"sourceType":"module"}