UNPKG

@ctx-core/nanostores

Version:
6 lines (5 loc) 206 B
import type { WritableAtom } from 'nanostores' import type { WritableAtom_ } from '../_types/index.js' export declare function writable_atom___mix< Value >(writable_atom:WritableAtom):WritableAtom_<Value>