UNPKG

spyne

Version:

Reactive Real-DOM Framework for Advanced Javascript applications

9 lines (8 loc) 170 B
import { forEach } from 'ramda' export function gc() { const cleanup = () => { const loopM = m => undefined forEach(loopM, this) } setTimeout(cleanup, 1) }