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