English
Appearance
The ready method is used to check if the storage is ready.
ready
import storeage from 'storeage'; const isReady = await storeage.ready(); console.log(isReady);
none
Promise<boolean>