UNPKG

@martiandao/aptos-web3-bip44.js

Version:
9 lines (6 loc) 152 B
const NodeCache = require("node-cache"); const cache = new NodeCache({ stdTTL: 2 * 60 * 60, checkperiod: 0.5 * 60 * 60, }); export default cache;