UNPKG

everything-dev

Version:

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

8 lines (6 loc) 216 B
let effect = require("effect"); //#region src/infra/types.ts var InfraError = class extends effect.Data.TaggedError("InfraError") {}; //#endregion exports.InfraError = InfraError; //# sourceMappingURL=types.cjs.map