UNPKG

@dualjack/svelte-tools

Version:

⚠️⚠️⚠️ **Still in development** ⚠️⚠️⚠️

7 lines (6 loc) 130 B
export function computed(cb) { let derived = $derived.by(cb); return { get current() { return derived; } }; }