Open cb-eli opened 1 year ago
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'
https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md
Breaking Change: Should use named import instead of default import
Change this:
To this: