UNPKG

opinionated-machine

Version:

Very opinionated DI framework for fastify, built on top of awilix

8 lines 576 B
export { fastifyGatewayPlugin, } from "./fastifyGatewayPlugin.js"; export { durationSchema, gatewayMetadataSchema, matchRuleSchema, } from "./gatewayMetadata.js"; export { GATEWAY_METADATA_SYMBOL } from "./gatewaySymbol.js"; export { buildGatewayManifestFrom, } from "./manifest/buildManifest.js"; export { gatewayManifestRouteSchema, gatewayManifestSchema, } from "./manifest/manifestSchema.js"; export { normalizePath } from "./manifest/pathNormalize.js"; export { readGatewayMetadata, withGatewayMetadata } from "./withGatewayMetadata.js"; //# sourceMappingURL=index.js.map