(this: AtomContext, atom: Atom<A>, f: (_: A) => void, options?: {
readonly immediate?: boolean
})
| 186 | readonly bufferSize?: number |
| 187 | }): Stream.Stream<A, E> |
| 188 | subscribe<A>(this: AtomContext, atom: Atom<A>, f: (_: A) => void, options?: { |
| 189 | readonly immediate?: boolean |
| 190 | }): void |
| 191 | readonly registry: Registry.AtomRegistry |
no outgoing calls
no test coverage detected