cardamon


  • The `local` module provides a utility for handling local storage in a web browser. It includes functions to set, get, remove, and clear cache, facilitating easy data storage and retrieval.

    published 1.0.6 3 months ago
  • The `session` module provides a utility for handling session storage in a web browser. It includes functions to set, get, remove, and clear session cache, facilitating easy data storage and retrieval during a user's session.

    published 1.0.0 3 months ago
  • ```javascript import { session, local, indexdb } from '@lite-base/storage';

    published 1.0.1 3 months ago
  • base http

    published 1.0.0 3 months ago
  • 简单表单配置器

    published 1.0.1 3 months ago
  • ```bash npm i base-indexdb ``` ```js import baseIndexdb from './base-indexdb';

    published 1.0.0 3 months ago