Skip to main content
Module

x/lru_map/mod.ts

Minimum LRU cache based on Map object
Latest
File
// Copyright 2022-latest TomokiMiyauci. All rights reserved. MIT license.// This module is browser compatible.
export { LRUMap, type LRUMapConstructor } from "./lru_map.ts";