UNPKG

everything-dev

Version:

A consolidated product package for building Module Federation apps with oRPC APIs.

6 lines (5 loc) 314 B
import { z } from "zod"; import { PluginRuntime, createPlugin, createPluginRuntime } from "every-plugin"; import { Context, Effect, Layer, Scope } from "every-plugin/effect"; import { oc } from "every-plugin/orpc"; export { Context, Effect, Layer, PluginRuntime, Scope, createPlugin, createPluginRuntime, oc, z };