SAP-BTP-Spielwiese/app1/node_modules/node-cache/index.js
Markus Rettig 775ac7b58c completed step 3 from the tutorial
you must login with an BTP account in order to see the app
2024-02-08 16:13:36 +01:00

17 lines
378 B
JavaScript

/*
* node-cache 4.1.0 ( 2016-12-21 )
* https://github.com/mpneuried/nodecache
*
* Released under the MIT license
* https://github.com/mpneuried/nodecache/blob/master/LICENSE
*
* Maintained by M. Peter ( https://github.com/mpneuried )
*/
(function() {
var exports;
exports = module.exports = require('./lib/node_cache');
exports.version = '4.1.0';
}).call(this);