Skip to content

ready Api

Description

The ready method is used to check if the storage is ready.

Usage

ts
import storeage from 'storeage';

const isReady = await storeage.ready();
console.log(isReady);

Parameters

none

Returns

  • Promise<boolean>