0.1.3 #4
@@ -1,5 +1,5 @@
|
|||||||
import { Effect, PubSub, Ref, Scope, Stream } from "effect"
|
import { Effect, PubSub, Ref, type Scope, Stream } from "effect"
|
||||||
import * as React from "react"
|
import type * as React from "react"
|
||||||
import { useEffect } from "./useEffect.js"
|
import { useEffect } from "./useEffect.js"
|
||||||
import { useOnce } from "./useOnce.js"
|
import { useOnce } from "./useOnce.js"
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { Effect, Effectable, Readable, Stream, Subscribable } from "effect"
|
import { type Effect, Effectable, Readable, type Stream, Subscribable } from "effect"
|
||||||
|
|
||||||
|
|
||||||
class SubscribableImpl<A, E, R>
|
class SubscribableImpl<A, E, R>
|
||||||
|
|||||||
Reference in New Issue
Block a user