UNPKG

342 BJavaScriptView Raw
1/*
2 * node-cache 4.1.1 ( 2018-01-31 )
3 * https://github.com/mpneuried/nodecache
4 *
5 * Released under the MIT license
6 * https://github.com/mpneuried/nodecache/blob/master/LICENSE
7 *
8 * Maintained by ( )
9*/
10(function() {
11 var exports;
12
13 exports = module.exports = require('./lib/node_cache');
14
15 exports.version = '4.1.1';
16
17}).call(this);