export default function createLruCache(maxSize) {
  throw new Error('Not implemented');
}
Run tests to see results.