-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
Description
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'