Skip to content

r.exposesApi(...)

r.exposesApi(“a.b”) — declarative announcement that this feature provides a handler matching the cross-feature contract a.b. Single string argument; pattern is purely declarative.


From packages/framework/src/engine/feature-ast/patterns.ts -> ExposesApiPattern