This is my package description.
Install package:
# ✨ Auto-detect
npx nypm install lru-cache
# npm
npm install lru-cache
# yarn
yarn add lru-cache
# pnpm
pnpm install lru-cache
# bun
bun install lru-cache
Import:
ESM (Node.js, Bun)
import {} from "lru-cache";
CommonJS (Legacy Node.js)
const {} = require("lru-cache");
CDN (Deno, Bun and Browsers)
import {} from "https://esm.sh/lru-cache";
local development
Published under the MIT license.
Made by community 💛
🤖 auto updated with automd