UNPKG

@nesvet/n

Version:
7 lines 201 B
import { cleanup } from "./timeouts.js"; export function getWithTimeout(map, key) { const value = map.get(key); cleanup(map, key); return value; } //# sourceMappingURL=getWithTimeout.js.map