Ai
1 Star 0 Fork 0

XYCode/orbit-db-types

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CounterStore.d.ts 221 Bytes
一键复制 编辑 原始数据 按行查看 历史
reasv 提交于 2019-10-29 06:10 +08:00 . Change to default imports
declare module "orbit-db-counterstore" {
import Store from "orbit-db-store";
export default class CounterStore extends Store {
value: number;
inc(value?: number): Promise<string>;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/XYCode-XYC/orbit-db-types.git
git@gitee.com:XYCode-XYC/orbit-db-types.git
XYCode-XYC
orbit-db-types
orbit-db-types
main

搜索帮助