Skip to content

引入

js
import { storeSize } from "grantlibs";
或;
const { storeSize } = require("grantlibs");
获取存储长度

使用

ts

storeSize(): number

参数

返回

存储长度

示例

js
storeSize();
// => 5