UNPKG

@ctx-core/nanostores

Version:
6 lines (5 loc) 201 B
import type { ReadableAtom } from 'nanostores' import type { ReadableAtom_ } from '../_types/index.js' export declare function readable_fn_< Value >(computed:ReadableAtom<Value>):ReadableAtom_<Value>