npm.io
1.1.4 • Published 4 years ago

@thinkives/idb

Licence
ISC
Version
1.1.4
Deps
0
Size
17 kB
Vulns
0
Weekly
0

@thinkives/utils

目前支持的拓展

已实现拓展 描述 作者 文档地址
Queue 队列调度实现 CZJ -
Idb 基于 IndexedDB 的二次封装 LJ GitHub

使用方式

// install
npm i @thinkives/utils -S

// 引入
import utils from '@thinkives/utils'
// or
import { Idb, Queue } from '@thinkives/utils'
GitHub