Skip to content

Migrate LRUCache to v9.x.x #100

@cb-eli

Description

@cb-eli

https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md

Breaking Change:
Should use named import instead of default import

Change this:

import LRUCache from 'lru-cache'

To this:

import { LRUCache } from 'lru-cache'

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions