/** * @tsplus static effect/core/io/Reloadable.Ops reloadFork */ export function reloadFork( tag: Tag ): Effect, never, void> { return Effect.serviceWithEffect(tag.reloadable, (reloadable) => reloadable.reloadFork) }