UNPKG

everything-dev

Version:

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

5 lines 459 B
import { z } from "zod"; import { LoadedPluginWithBinding, Plugin, PluginRuntime, createPlugin, createPluginRuntime } from "every-plugin"; import { Context, Effect, Layer, Scope } from "every-plugin/effect"; import { AnyContractRouter, AnySchema, oc } from "every-plugin/orpc"; export { type AnyContractRouter, type AnySchema, Context, Effect, Layer, type LoadedPluginWithBinding, type Plugin, PluginRuntime, Scope, createPlugin, createPluginRuntime, oc, z };