UNPKG

@nesvet/n

Version:
6 lines 194 B
import { setup } from "./timeouts.js"; export function setWithTimeout(map, key, value, ms) { setup(map, key, ms); return map.set(key, value); } //# sourceMappingURL=setWithTimeout.js.map