@aliothor/lru-cache
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

lru-cache

npm version npm downloads

This is my package description.

Usage

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";

Development

local development
  • Clone this repository
  • Install latest LTS version of Node.js
  • Enable Corepack using corepack enable
  • Install dependencies using pnpm install
  • Run interactive tests using pnpm dev

License

Published under the MIT license. Made by community 💛


🤖 auto updated with automd

Readme

Keywords

none

Package Sidebar

Install

npm i @aliothor/lru-cache

Weekly Downloads

3

Version

0.0.1

License

MIT

Unpacked Size

23.1 kB

Total Files

8

Last publish

Collaborators

  • pluto957