import { InternalTDeferred } from "@effect/core/stm/TDeferred/operations/_internal/InternalTDeferred" /** * @tsplus static effect/core/stm/TDeferred.Ops make * @tsplus static effect/core/stm/TDeferred.Ops __call */ export function make(): USTM> { return TRef.make(Maybe.none).map((ref) => new InternalTDeferred(ref)) }