18 lines
346 B
JavaScript
18 lines
346 B
JavaScript
|
/*
|
||
|
* node-cache 5.1.2 ( 2020-07-01 )
|
||
|
* https://github.com/node-cache/node-cache
|
||
|
*
|
||
|
* Released under the MIT license
|
||
|
* https://github.com/node-cache/node-cache/blob/master/LICENSE
|
||
|
*
|
||
|
* Maintained by ( )
|
||
|
*/
|
||
|
(function() {
|
||
|
var exports;
|
||
|
|
||
|
exports = module.exports = require('./lib/node_cache');
|
||
|
|
||
|
exports.version = '5.1.2';
|
||
|
|
||
|
}).call(this);
|