openclaw/src/plugin-sdk/collection-runtime.ts

4 lines
124 B
TypeScript

// Small collection helpers for bounded in-memory plugin caches.
export { pruneMapToMaxSize } from "../infra/map-size.js";