1.1.3 • Published 3 years ago

@zhousibao/localstorage v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@zhousibao/localstorage

Practical tool for localStorage 一个实用的 localStorage 工具

Install

Install with npm:

$ npm install --save @zhousibao/localstorage

Basic Usage

import CreateStorage from "@zhousibao/localstorage";

const prefix = "prefix";
const LS = CreateStorage(prefix); // prefix 默认为空

LS.setItem(key, value, expire); // expire => second秒数

LS.getItem(key);

LS.removeItem(key);

LS.clear();

Github

Authors

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago