UNPKG

autocannon-app

Version:
4 lines 74 B
const LRU = require('lru-cache') module.exports = new LRU({ max: 500, })