6 lines
56 B
JavaScript
6 lines
56 B
JavaScript
'use strict';
|
|
|
|
let cache = {};
|
|
|
|
module.exports = cache;
|