import { getStorageLength } from 'leaflet.offline'getStorageLength().then(i => console.log(i + 'tiles in storage')) Copy
import { getStorageLength } from 'leaflet.offline'getStorageLength().then(i => console.log(i + 'tiles in storage'))
Example