feat(core-shared/conformance): barrel + ./conformance subpath export
This commit is contained in:
4
packages/core-shared/src/conformance/index.ts
Normal file
4
packages/core-shared/src/conformance/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export type { Instrumented, Captured } from "./brands";
|
||||
export type { FeatureManifest, UseCaseManifest } from "./define-feature";
|
||||
export { defineFeature } from "./define-feature";
|
||||
export type { ProductionUseCase } from "./production-use-case";
|
||||
Reference in New Issue
Block a user