or run

npx @tessl/cli init
Log in

Version

Tile

Overview

Evals

Files

docs

index.md
tile.json

tile.json

{
  "name": "tessl/npm-lru_map",
  "version": "0.4.0",
  "docs": "docs/index.md",
  "describes": "pkg:npm/lru_map@0.4.1",
  "summary": "Finite key-value map using the Least Recently Used (LRU) algorithm where the most recently used objects are kept in the map while less recently used items are evicted to make room for new ones."
}