localforage.ts 150 B

123456
  1. import localforage from 'localforage';
  2. export const myLs = localforage.createInstance({
  3. driver: localforage.LOCALSTORAGE,
  4. name: 'billdlive',
  5. });