UNPKG

everything-dev

Version:

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

8 lines (6 loc) 198 B
import { Data } from "effect"; //#region src/infra/types.ts var InfraError = class extends Data.TaggedError("InfraError") {}; //#endregion export { InfraError }; //# sourceMappingURL=types.mjs.map